针对pulse-transit的工具

This commit is contained in:
2025-02-22 16:12:02 +08:00
commit 6bc25b4e3a
7719 changed files with 1530886 additions and 0 deletions

5
dist/client/tcl/tzdata/Etc/GMT vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT) {
{-9223372036854775808 0 0 GMT}
}

5
dist/client/tcl/tzdata/Etc/GMT+0 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Etc/GMT)]} {
LoadTimeZoneFile Etc/GMT
}
set TZData(:Etc/GMT+0) $TZData(:Etc/GMT)

5
dist/client/tcl/tzdata/Etc/GMT+1 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+1) {
{-9223372036854775808 -3600 0 -01}
}

5
dist/client/tcl/tzdata/Etc/GMT+10 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+10) {
{-9223372036854775808 -36000 0 -10}
}

5
dist/client/tcl/tzdata/Etc/GMT+11 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+11) {
{-9223372036854775808 -39600 0 -11}
}

5
dist/client/tcl/tzdata/Etc/GMT+12 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+12) {
{-9223372036854775808 -43200 0 -12}
}

5
dist/client/tcl/tzdata/Etc/GMT+2 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+2) {
{-9223372036854775808 -7200 0 -02}
}

5
dist/client/tcl/tzdata/Etc/GMT+3 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+3) {
{-9223372036854775808 -10800 0 -03}
}

5
dist/client/tcl/tzdata/Etc/GMT+4 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+4) {
{-9223372036854775808 -14400 0 -04}
}

5
dist/client/tcl/tzdata/Etc/GMT+5 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+5) {
{-9223372036854775808 -18000 0 -05}
}

5
dist/client/tcl/tzdata/Etc/GMT+6 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+6) {
{-9223372036854775808 -21600 0 -06}
}

5
dist/client/tcl/tzdata/Etc/GMT+7 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+7) {
{-9223372036854775808 -25200 0 -07}
}

5
dist/client/tcl/tzdata/Etc/GMT+8 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+8) {
{-9223372036854775808 -28800 0 -08}
}

5
dist/client/tcl/tzdata/Etc/GMT+9 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+9) {
{-9223372036854775808 -32400 0 -09}
}

5
dist/client/tcl/tzdata/Etc/GMT-0 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Etc/GMT)]} {
LoadTimeZoneFile Etc/GMT
}
set TZData(:Etc/GMT-0) $TZData(:Etc/GMT)

5
dist/client/tcl/tzdata/Etc/GMT-1 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-1) {
{-9223372036854775808 3600 0 +01}
}

5
dist/client/tcl/tzdata/Etc/GMT-10 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-10) {
{-9223372036854775808 36000 0 +10}
}

5
dist/client/tcl/tzdata/Etc/GMT-11 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-11) {
{-9223372036854775808 39600 0 +11}
}

5
dist/client/tcl/tzdata/Etc/GMT-12 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-12) {
{-9223372036854775808 43200 0 +12}
}

5
dist/client/tcl/tzdata/Etc/GMT-13 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-13) {
{-9223372036854775808 46800 0 +13}
}

5
dist/client/tcl/tzdata/Etc/GMT-14 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-14) {
{-9223372036854775808 50400 0 +14}
}

5
dist/client/tcl/tzdata/Etc/GMT-2 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-2) {
{-9223372036854775808 7200 0 +02}
}

5
dist/client/tcl/tzdata/Etc/GMT-3 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-3) {
{-9223372036854775808 10800 0 +03}
}

5
dist/client/tcl/tzdata/Etc/GMT-4 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-4) {
{-9223372036854775808 14400 0 +04}
}

5
dist/client/tcl/tzdata/Etc/GMT-5 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-5) {
{-9223372036854775808 18000 0 +05}
}

5
dist/client/tcl/tzdata/Etc/GMT-6 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-6) {
{-9223372036854775808 21600 0 +06}
}

5
dist/client/tcl/tzdata/Etc/GMT-7 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-7) {
{-9223372036854775808 25200 0 +07}
}

5
dist/client/tcl/tzdata/Etc/GMT-8 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-8) {
{-9223372036854775808 28800 0 +08}
}

5
dist/client/tcl/tzdata/Etc/GMT-9 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-9) {
{-9223372036854775808 32400 0 +09}
}

5
dist/client/tcl/tzdata/Etc/GMT0 vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Etc/GMT)]} {
LoadTimeZoneFile Etc/GMT
}
set TZData(:Etc/GMT0) $TZData(:Etc/GMT)

5
dist/client/tcl/tzdata/Etc/Greenwich vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Etc/GMT)]} {
LoadTimeZoneFile Etc/GMT
}
set TZData(:Etc/Greenwich) $TZData(:Etc/GMT)

5
dist/client/tcl/tzdata/Etc/UCT vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Etc/UTC)]} {
LoadTimeZoneFile Etc/UTC
}
set TZData(:Etc/UCT) $TZData(:Etc/UTC)

5
dist/client/tcl/tzdata/Etc/UTC vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/UTC) {
{-9223372036854775808 0 0 UTC}
}

5
dist/client/tcl/tzdata/Etc/Universal vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Etc/UTC)]} {
LoadTimeZoneFile Etc/UTC
}
set TZData(:Etc/Universal) $TZData(:Etc/UTC)

5
dist/client/tcl/tzdata/Etc/Zulu vendored Normal file
View File

@@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Etc/UTC)]} {
LoadTimeZoneFile Etc/UTC
}
set TZData(:Etc/Zulu) $TZData(:Etc/UTC)