Lines Matching refs:zone
5 The time zone module provides the functions of updating, parsing, compiling, and deploying time zon…
9 The directory structure of the time zone module is as follows:
13 ├── timezone # Code repository of the time zone module
14 │ ├── data # Time zone compilation data
15 │ ├── tool # Time zone management tool
16 │ │ ├── compile_tool # Time zone compilation tool
17 │ │ └── update_tool # Time zone update tool
22 …zone update tool searches for the latest version of time zone data from the [Internet Assigned Num…
25 cd tool/update_tool // Go to the directory where the time zone update tool is located.
29 The time zone compilation tool compiles the time zone source data and generates time zone binary da…
32 cd tool/compile_tool // Go to the directory where the time zone compilation tool is located.