diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-11-28 15:37:19 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-11-28 15:37:19 (GMT) |
commit | 1f2642848c07487ab88ff382fe7a9a1031a98c29 (patch) | |
tree | d6022ea309394ccd81b7c8f5b8faac421007551a /library/tzdata/Europe/Paris | |
parent | 5faf0edf573054b2d6a99deecf9dd30baae3282d (diff) | |
download | tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.zip tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.tar.gz tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.tar.bz2 |
Corrected bug in DST transition times for locales that specify transition in local Standard Time
Diffstat (limited to 'library/tzdata/Europe/Paris')
-rw-r--r-- | library/tzdata/Europe/Paris | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/tzdata/Europe/Paris b/library/tzdata/Europe/Paris index 8c443b9..65cfea3 100644 --- a/library/tzdata/Europe/Paris +++ b/library/tzdata/Europe/Paris @@ -54,10 +54,10 @@ set TZData(:Europe/Paris) { {-950490000 0 0 WET} {-942012000 3600 1 WEST} {-932436000 7200 0 CEST} - {-857253600 3600 0 CET} - {-844552800 7200 1 CEST} - {-828223200 3600 0 CET} - {-812498400 7200 1 CEST} + {-857257200 3600 0 CET} + {-844556400 7200 1 CEST} + {-828226800 3600 0 CET} + {-812502000 7200 1 CEST} {-800067600 7200 0 WEMT} {-796266000 3600 1 WEST} {-781052400 7200 1 WEMT} |