summaryrefslogtreecommitdiffstats
path: root/library/tzdata/Asia/Shanghai
blob: 4b3cc3b5082e543cf72faa79c4030f4ef8ad3173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# created by tools/tclZIC.tcl - do not edit

set TZData(:Asia/Shanghai) {
    {-9223372036854775808 29157 0 LMT}
    {-1325491557 28800 0 CST}
    {-933494400 32400 1 CDT}
    {-923130000 28800 0 CST}
    {-908784000 32400 1 CDT}
    {-891594000 28800 0 CST}
    {-662716800 28800 0 CST}
    {515520000 32400 1 CDT}
    {527007600 28800 0 CST}
    {545155200 32400 1 CDT}
    {558457200 28800 0 CST}
    {576604800 32400 1 CDT}
    {589906800 28800 0 CST}
    {608659200 32400 1 CDT}
    {621961200 28800 0 CST}
    {640108800 32400 1 CDT}
    {653410800 28800 0 CST}
    {671558400 32400 1 CDT}
    {684860400 28800 0 CST}
}
/tr> * * generic/tclBasic.c:Miguel Sofer2003-06-101-1/+11 * * string.test (string-4.15): Added test for [string first] bugdgp2003-06-091-1/+8 * Consequent fixes from [Bug 699060]; [format] should not be too eager to demotedkf2003-05-141-1/+24 * * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-1/+10 * * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-121-1/+15 * Corrected error message for grammar and spelling.dkf2003-05-052-6/+6 * glob and square brackets fixvincentdarley2003-04-29