forked from pool/timezone
This commit is contained in:
parent
79cdc4cb12
commit
5d53417181
@ -1,13 +0,0 @@
|
|||||||
Index: timezone-2016b/iso3166.tab
|
|
||||||
===================================================================
|
|
||||||
--- timezone-2016b.orig/iso3166.tab
|
|
||||||
+++ timezone-2016b/iso3166.tab
|
|
||||||
@@ -99,7 +99,7 @@ FM Micronesia
|
|
||||||
FO Faroe Islands
|
|
||||||
FR France
|
|
||||||
GA Gabon
|
|
||||||
-GB Britain (UK)
|
|
||||||
+GB United Kingdom
|
|
||||||
GD Grenada
|
|
||||||
GE Georgia
|
|
||||||
GF French Guiana
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# This script is called automatically during autobuild checkin.
|
|
||||||
|
|
||||||
ln -f timezone.changes timezone-java.changes
|
|
||||||
|
|
||||||
for spec in timezone-java.spec; do
|
|
||||||
{ sed -n -e '1,/COMMON-BEGIN/p' $spec.in
|
|
||||||
sed -n -e '/COMMON-BEGIN/,/COMMON-END/p' timezone.spec
|
|
||||||
sed -n -e '/COMMON-END/,/COMMON-PREP-BEGIN/p' $spec.in
|
|
||||||
sed -n -e '/COMMON-PREP-BEGIN/,/COMMON-PREP-END/p' timezone.spec
|
|
||||||
sed -n -e '/COMMON-PREP-END/,$p' $spec.in; } > $spec.tmp && mv $spec.tmp $spec
|
|
||||||
done
|
|
File diff suppressed because it is too large
Load Diff
@ -1,85 +0,0 @@
|
|||||||
#
|
|
||||||
# spec file for package timezone-java
|
|
||||||
#
|
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
||||||
#
|
|
||||||
# All modifications and additions to the file contributed by third parties
|
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
|
||||||
# upon. The license for this file, and modifications and additions to the
|
|
||||||
# file, is the same license as for the pristine package itself (unless the
|
|
||||||
# license for the pristine package is not an Open Source License, in which
|
|
||||||
# case the license is the MIT License). An "Open Source License" is a
|
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
|
||||||
# published by the Open Source Initiative.
|
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
Name: timezone-java
|
|
||||||
BuildRequires: java-bootstrap
|
|
||||||
BuildRequires: javazic
|
|
||||||
BuildRequires: tzdb
|
|
||||||
Summary: Time Zone Descriptions
|
|
||||||
License: BSD-3-Clause and SUSE-Public-Domain
|
|
||||||
Group: System/Base
|
|
||||||
# COMMON-BEGIN
|
|
||||||
# COMMON-BEGIN
|
|
||||||
Version: 2016g
|
|
||||||
Release: 0
|
|
||||||
Source: tzdata%{version}.tar.gz
|
|
||||||
Source1: tzcode%{version}.tar.gz
|
|
||||||
Patch0: tzdata-china.diff
|
|
||||||
Patch3: iso3166-uk.diff
|
|
||||||
# COMMON-END
|
|
||||||
# COMMON-END
|
|
||||||
Url: http://www.gnu.org/software/libc/libc.html
|
|
||||||
PreReq: filesystem, coreutils
|
|
||||||
BuildArch: noarch
|
|
||||||
Provides: tzdata-java = %{version}-%{release}
|
|
||||||
Provides: tzdata-java8 = %{version}-%{release}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
|
||||||
These are configuration files that describe available time zones - this
|
|
||||||
package is intended for Java Virtual Machine based on OpenJDK.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -c -a 1
|
|
||||||
# COMMON-PREP-BEGIN
|
|
||||||
# COMMON-PREP-BEGIN
|
|
||||||
%patch0 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
|
|
||||||
# COMMON-PREP-END
|
|
||||||
# COMMON-PREP-END
|
|
||||||
|
|
||||||
echo "tzdata%{version}" >> VERSION
|
|
||||||
|
|
||||||
%build
|
|
||||||
# Java 6/7 data
|
|
||||||
java -jar %{_javadir}/javazic.jar -V %{version} \
|
|
||||||
-d javazi \
|
|
||||||
africa antarctica asia australasia europe northamerica pacificnew \
|
|
||||||
southamerica backward etcetera systemv \
|
|
||||||
%{_datadir}/javazic/tzdata_jdk/gmt \
|
|
||||||
%{_datadir}/javazic/tzdata_jdk/jdk11_backward
|
|
||||||
# Java 8/9 data
|
|
||||||
java -jar %{_javadir}/tzdb.jar \
|
|
||||||
-srcdir . -dstfile javazi/tzdb.dat \
|
|
||||||
africa antarctica asia australasia europe northamerica pacificnew \
|
|
||||||
southamerica backward etcetera systemv \
|
|
||||||
%{_datadir}/tzdb/tzdata_jdk/gmt \
|
|
||||||
%{_datadir}/tzdb/tzdata_jdk/jdk11_backward
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -d -m 0755 $RPM_BUILD_ROOT/%{_datadir}
|
|
||||||
cp -a javazi $RPM_BUILD_ROOT%{_datadir}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_datadir}/javazi
|
|
||||||
|
|
||||||
%changelog
|
|
@ -1,72 +0,0 @@
|
|||||||
#
|
|
||||||
# spec file for package timezone-java
|
|
||||||
#
|
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
||||||
#
|
|
||||||
# All modifications and additions to the file contributed by third parties
|
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
|
||||||
# upon. The license for this file, and modifications and additions to the
|
|
||||||
# file, is the same license as for the pristine package itself (unless the
|
|
||||||
# license for the pristine package is not an Open Source License, in which
|
|
||||||
# case the license is the MIT License). An "Open Source License" is a
|
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
|
||||||
# published by the Open Source Initiative.
|
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
Name: timezone-java
|
|
||||||
BuildRequires: java-bootstrap
|
|
||||||
BuildRequires: javazic
|
|
||||||
BuildRequires: tzdb
|
|
||||||
Summary: Time Zone Descriptions
|
|
||||||
License: BSD-3-Clause and SUSE-Public-Domain
|
|
||||||
Group: System/Base
|
|
||||||
# COMMON-BEGIN
|
|
||||||
# COMMON-END
|
|
||||||
Url: http://www.gnu.org/software/libc/libc.html
|
|
||||||
PreReq: filesystem, coreutils
|
|
||||||
BuildArch: noarch
|
|
||||||
Provides: tzdata-java = %{version}-%{release}
|
|
||||||
Provides: tzdata-java8 = %{version}-%{release}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
|
||||||
These are configuration files that describe available time zones - this
|
|
||||||
package is intended for Java Virtual Machine based on OpenJDK.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -c -a 1
|
|
||||||
# COMMON-PREP-BEGIN
|
|
||||||
# COMMON-PREP-END
|
|
||||||
|
|
||||||
echo "tzdata%{version}" >> VERSION
|
|
||||||
|
|
||||||
%build
|
|
||||||
# Java 6/7 data
|
|
||||||
java -jar %{_javadir}/javazic.jar -V %{version} \
|
|
||||||
-d javazi \
|
|
||||||
africa antarctica asia australasia europe northamerica pacificnew \
|
|
||||||
southamerica backward etcetera systemv \
|
|
||||||
%{_datadir}/javazic/tzdata_jdk/gmt \
|
|
||||||
%{_datadir}/javazic/tzdata_jdk/jdk11_backward
|
|
||||||
# Java 8/9 data
|
|
||||||
java -jar %{_javadir}/tzdb.jar \
|
|
||||||
-srcdir . -dstfile javazi/tzdb.dat \
|
|
||||||
africa antarctica asia australasia europe northamerica pacificnew \
|
|
||||||
southamerica backward etcetera systemv \
|
|
||||||
%{_datadir}/tzdb/tzdata_jdk/gmt \
|
|
||||||
%{_datadir}/tzdb/tzdata_jdk/jdk11_backward
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -d -m 0755 $RPM_BUILD_ROOT/%{_datadir}
|
|
||||||
cp -a javazi $RPM_BUILD_ROOT%{_datadir}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_datadir}/javazi
|
|
||||||
|
|
||||||
%changelog
|
|
973
timezone.changes
973
timezone.changes
@ -1,972 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 16 12:08:42 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2016g:
|
|
||||||
* Turkey will remain on UTC+03 after 2016-10-30 bsc#997830
|
|
||||||
* New leap second 2016-12-31 23:59:60 UTC
|
|
||||||
Remove 0001-Positive-leap-second-on-2016-12-31.patch
|
|
||||||
* Corrections for past DST transitions
|
|
||||||
* Antarcica and nautical time zones now use numeric time zone
|
|
||||||
abbreviations instead of obsolete alphanumeric ones
|
|
||||||
* Renamed Asia/Rangoon to Asia/Yangon
|
|
||||||
* The following change was previously patched in the package
|
|
||||||
and is now upstream:
|
|
||||||
+ If the installed localtime and/or posixrules files are
|
|
||||||
symbolic links, zic now keeps them symbolic links when
|
|
||||||
updating them, for compatibility with platforms like
|
|
||||||
OpenSUSE where other programs configure these files as
|
|
||||||
symlinks.
|
|
||||||
+ zic now avoids hard linking to symbolic links, avoids
|
|
||||||
some unnecessary mkdir and stat system calls, and uses
|
|
||||||
shorter file names internally.
|
|
||||||
+ Drop the patches:
|
|
||||||
tzcode-fromname.patch
|
|
||||||
tzcode-link.diff
|
|
||||||
tzcode-revert-01-8c9cb9580.patch
|
|
||||||
tzcode-revert-02-301f794f3.patch
|
|
||||||
tzcode-revert-03-39fd078a6.patch
|
|
||||||
tzcode-symlink.patch
|
|
||||||
tzcode-zic.diff
|
|
||||||
* zdump has a new -i option to generate transitions in a
|
|
||||||
more-compact but still human-readable format. (experimental)
|
|
||||||
- Drop upstream signatures and keyring, tarball generated from git
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Aug 8 17:29:14 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- A positive leap second will be added at the end of 2016-12-31
|
|
||||||
(bsc#988184) 0001-Positive-leap-second-on-2016-12-31.patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 2 08:28:03 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- add new signing key which is now available. Next release will
|
|
||||||
revert to previous key.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jul 5 19:56:01 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2016f:
|
|
||||||
* Egypt (Africa/Cairo) DST change 2016-07-07 cancelled boo#987720
|
|
||||||
* Asia/Novosibirsk switches from +06 to +07 on 2016-07-24 02:00
|
|
||||||
* Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time
|
|
||||||
zone abbreviations instead of invented ones.
|
|
||||||
* Europe/Minsk's 1992-03-29 spring-forward transition was at
|
|
||||||
02:00 not 00:00.
|
|
||||||
- new upstream signing key not available, dropping
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jun 14 21:04:16 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2016e:
|
|
||||||
* Africa/Cairo observes DST in 2016 from July 7 to the end of
|
|
||||||
October (boo#982833)
|
|
||||||
* Changes affecting past timestamps in arctic and antarctic
|
|
||||||
locations while uninhabited
|
|
||||||
* Adjust Asia/Baku's 1992 DST transition
|
|
||||||
* zic now outputs a dummy transition at time 2**31 - 1 in zones
|
|
||||||
whose POSIX-style TZ strings contain a '<', working around Qt
|
|
||||||
bug 53071
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Apr 18 18:05:46 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2016d
|
|
||||||
* Venezuela (America/Caracas) switches from -0430 to -04 on
|
|
||||||
2016-05-01 at 02:30 [boo#975875]
|
|
||||||
* Asia/Magadan switches from +10 to +11 on 2016-04-24 at 02:00.
|
|
||||||
* New zone Asia/Tomsk, split off from Asia/Novosibirsk. It covers
|
|
||||||
Tomsk Oblast, Russia, which switches from +06 to +07 on
|
|
||||||
2016-05-29 at 02:00
|
|
||||||
* Changes for past time zones (corrections and new Europe/Kirov)
|
|
||||||
* Corrections to historical time in Kazakhstan from 1991
|
|
||||||
through 2005.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Mar 23 23:05:32 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2016c [boo#972433]
|
|
||||||
* Azerbaijan no longer observes DST (Asia/Baku)
|
|
||||||
* Chile reverts from permanent to seasonal DST.
|
|
||||||
* Correct past timestamps for Europe/Kaliningrad, Europe/Vilnius,
|
|
||||||
Europe/Volgograd 1989-1991
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 17 06:52:00 UTC 2016 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- timezone update 2016b [boo#971377]
|
|
||||||
* New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan
|
|
||||||
and Ulyanovsk Oblasts, Russia, both of which will switch from
|
|
||||||
+03 to +04 on 2016-03-27 at 02:00 local time.
|
|
||||||
* New zone Asia/Barnaul for Altai Krai and Altai Republic, Russia,
|
|
||||||
which will switch from +06 to +07 on the same date and local time.
|
|
||||||
* Asia/Sakhalin moves from +10 to +11 on 2016-03-27 at 02:00.
|
|
||||||
* As a trial of a new system that needs less information to be made
|
|
||||||
up, the new zones use numeric time zone abbreviations like "+04"
|
|
||||||
instead of invented abbreviations like "ASTT".
|
|
||||||
* Haiti will not observe DST in 2016.
|
|
||||||
* Palestine's spring-forward transition on 2016-03-26 is at 01:00,
|
|
||||||
not 00:00.
|
|
||||||
* tzselect's diagnostics and checking, and checktab.awk's checking,
|
|
||||||
have been improved.
|
|
||||||
* tzselect now tests Julian-date TZ settings more accurately.
|
|
||||||
(Thanks to J William Piggott.)
|
|
||||||
- tzcode-revert-01-8c9cb9580.patch, tzcode-revert-02-301f794f3.patch,
|
|
||||||
tzcode-revert-03-39fd078a6.patch: Revert some porting fixes specific
|
|
||||||
to MS-Windows that rewrites parts of zic touched by our patches.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jan 28 07:37:16 UTC 2016 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2016a [boo#963921]
|
|
||||||
* America/Cayman will not observe DTS this year
|
|
||||||
* Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00.
|
|
||||||
* Asia/Tehran now has DST predictions for the year 2038 and later
|
|
||||||
* America/Metlakatla switched from PST all year to AKST/AKDT on
|
|
||||||
2015-11-01 at 02:00.
|
|
||||||
* America/Santa_Isabel has been removed, and replaced with a
|
|
||||||
backward compatibility link to America/Tijuana.
|
|
||||||
* Asia/Karachi's two transition times in 2002 were off by a minute.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Oct 2 06:34:00 UTC 2015 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2015g
|
|
||||||
* Turkey's 2015 fall-back transition is scheduled for Nov. 8,
|
|
||||||
not Oct. 25 [boo#948227]
|
|
||||||
* Adjustments for upcoming changes in Norfolk, Fiji, Fort Nelson
|
|
||||||
* New zone America/Fort_Nelson.
|
|
||||||
* localtime no longer mishandles America/Anchorage after 2037.
|
|
||||||
* On hosts with signed 32-bit time_t, localtime no longer
|
|
||||||
mishandles Pacific/Fiji after 2038-01-16 14:00 UTC.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 14 13:06:18 UTC 2015 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2015f [boo#941249]
|
|
||||||
* North Korea switches to +0830 on 2015-08-15, abbreviation
|
|
||||||
remains "KST".
|
|
||||||
* Uruguay no longer observes DST.
|
|
||||||
* Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC.
|
|
||||||
- unfuzz tzcode-symlink.patch and tzcode-link.diff
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jun 14 15:32:39 UTC 2015 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2015e [boo#934654]
|
|
||||||
* Morocco will suspend DST from 2015-06-14 03:00 through
|
|
||||||
2015-07-19 02:00, not 06-13 and 07-18 as guessed.
|
|
||||||
* Assume Cayman Islands will observe DST starting next year,
|
|
||||||
using US rules.
|
|
||||||
* The file 'iso3166.tab' now uses UTF-8
|
|
||||||
* When displaying data, tzselect converts it to the current
|
|
||||||
locale's encoding if the iconv command works.
|
|
||||||
* tzselect no longer mishandles Dominica, fixing a bug introduced
|
|
||||||
in Release 2014f.
|
|
||||||
* zic -l no longer fails when compiled with
|
|
||||||
-DTZDEFAULT=\"/etc/localtime\", regression from 2014f.
|
|
||||||
Dropping upstreamed tzcode-zic-empty-comp.diff
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue May 19 11:02:27 UTC 2015 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- tzcode-zic-empty-comp.diff: Replaced by more sophisticated fix
|
|
||||||
from upstream
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon May 18 13:57:44 UTC 2015 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- tzcode-zic-empty-comp.diff: Fix check for empty components in
|
|
||||||
absolute path
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu May 14 12:16:44 UTC 2015 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- Fix post-install script to overwrite the temporary file when
|
|
||||||
attempting to create /etc/localtime as a hard link [bsc#928841]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu May 14 12:08:51 UTC 2015 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- timezone update 2015d [bsc#928584, bsc#928246]
|
|
||||||
* Egypt announced it is off DST indefinitely
|
|
||||||
* zic has some minor performance improvements
|
|
||||||
- tzcode-fromname.patch, tzcode-link.diff, tzcode-symlink.patch,
|
|
||||||
tzcode-zic.diff, tzdata-china.diff: Rebase
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 21 23:38:49 UTC 2015 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- Revert initrd generation updates, they add a new build cycle.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 14 06:59:29 UTC 2015 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2015c [boo#927029]
|
|
||||||
* correct Egypt 2015 DST transition from April 24 to April 30
|
|
||||||
* Changes affecting past time stamps and historic DST changes
|
|
||||||
* time zones turned into links where this affects UTC offsets
|
|
||||||
in pre-1970 time stamps only: America/Montreal
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Apr 2 18:21:23 UTC 2015 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- BuildRequire suse-module-tools otherwise initrd macros
|
|
||||||
are never defined.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Mar 28 21:00:31 UTC 2015 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- we should regenerate the initrd when the timezone
|
|
||||||
package is updated, as the timezone selected by the user
|
|
||||||
plus UTC is nowadays required by SUSE-specific "warpclock"
|
|
||||||
dracut module.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Mar 21 08:42:15 UTC 2015 - astieger@suse.com
|
|
||||||
|
|
||||||
- timezone update 2015b [boo#923493]
|
|
||||||
- Changes to time zones:
|
|
||||||
* Mongolia DST observance 2015
|
|
||||||
* Palestine DST dates 2015 and 2015
|
|
||||||
* correct 1982 zone shift in Pacific/Easter, regression in 2015a
|
|
||||||
* More pre-1970 zones have been turned into links, when they
|
|
||||||
differed from existing zones only for older time stamps:
|
|
||||||
America/Antigua, America/Cayman, Pacific/Midway,
|
|
||||||
Pacific/Saipan.
|
|
||||||
* Correct the 1992-2010 DST abbreviation in Volgograd from "MSK"
|
|
||||||
to "MSD".
|
|
||||||
- Changes to code:
|
|
||||||
* Fix integer overflow bug in reference 'mktime' implementation.
|
|
||||||
* Allow -Dtime_tz=time_t compilations, and allow -Dtime_tz=...
|
|
||||||
libraries to be used in the same executable as standard-library
|
|
||||||
time_t functions.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 30 21:43:29 UTC 2015 - andreas.stieger@gmx.de
|
|
||||||
|
|
||||||
- timezone update 2015a
|
|
||||||
* New positive leap second 2015-06-30 23:59:60 UTC as per IERS
|
|
||||||
Bulletin C 49 [boo#914676]
|
|
||||||
* Mexico state Quintana Roo (America/Cancun) shift from Central
|
|
||||||
Time with DST to Eastern Time without DST on 2015-02-01 02:00.
|
|
||||||
* Chile (America/Santiago) will retain old DST as standard time
|
|
||||||
from April, also Pacific/Easter, and Antarctica/Palmer
|
|
||||||
* Changes affecting past timestamps (Iceland 1837 through 1939)
|
|
||||||
* Some more zones have been turned into links (pre-1970)
|
|
||||||
- remove leap-second-2015.patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jan 26 12:13:01 UTC 2015 - dmueller@suse.com
|
|
||||||
|
|
||||||
- add leap-second-2015.patch (bnc#914676)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Nov 20 16:19:01 UTC 2014 - fstrba@suse.com
|
|
||||||
|
|
||||||
- make timezone-java compatible with Java8
|
|
||||||
* Add generation of tzdb.dat used by Java8 and Java9
|
|
||||||
* Require tzdb package to be able to generate this database
|
|
||||||
* Build using java-bootstrap 1.7 used in openSUSE:Factory to
|
|
||||||
bootstrap java-1_7_0-openjdk
|
|
||||||
* Add virtual provider tzdata-java8 in order to be able to
|
|
||||||
require it for java-1_8_0-openjdk
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 11 18:36:37 UTC 2014 - andreas.stieger@gmx.de
|
|
||||||
|
|
||||||
- timezone update 2014j [boo#904824]
|
|
||||||
+ Turks & Caicos' switch from US eastern time to UTC-4 year-round
|
|
||||||
moved from 2014-11-02 at 02:00 to 2015-11-01 at 02:00.
|
|
||||||
+ Corrects pre-1989 time stamps for Asia/Seoul and Asia/Pyongyang
|
|
||||||
+ Time zones turned into links when they differed from existing
|
|
||||||
zones only for pre-1970 time stamps:
|
|
||||||
Africa/Addis_Ababa, Africa/Asmara, Africa/Dar_es_Salaam,
|
|
||||||
Africa/Djibouti, Africa/Kampala, Africa/Mogadishu,
|
|
||||||
Indian/Antananarivo, Indian/Comoro, and Indian/Mayotte.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 22 19:41:06 UTC 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014i [bsc#902276]:
|
|
||||||
* Pacific/Fiji will observe DST from 2014-11-02 02:00 to
|
|
||||||
2015-01-18 03:00.
|
|
||||||
* A new Zone Pacific/Bougainville, for the part of Papua New
|
|
||||||
Guinea that plans to switch from UTC+10 to UTC+11 on
|
|
||||||
2014-12-28 at 02:00.
|
|
||||||
* Some changes in time zone abbreviations and affecting past
|
|
||||||
time stamps.
|
|
||||||
* Some fixes for minor bugs.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 26 20:12:48 UTC 2014 - andreas.stieger@gmx.de
|
|
||||||
|
|
||||||
- update to 2014h [bnc#898747]:
|
|
||||||
* Changes to past time stamps corrections
|
|
||||||
* Some more zones have been turned into links
|
|
||||||
* zdump -V and -v now output gmtoff= values on all platforms
|
|
||||||
* The tz library's localtime and mktime functions now set tzname
|
|
||||||
to a value appropriate for the requested time stamp, and zdump
|
|
||||||
now uses this on platforms not defining TM_ZONE, fixing a 2014g
|
|
||||||
regression.
|
|
||||||
* The tz library no longer sets tzname if localtime or mktime
|
|
||||||
fails.
|
|
||||||
* zdump -c no longer mishandles transitions near year boundaries.
|
|
||||||
* An access to uninitalized data has been fixed.
|
|
||||||
* When THREAD_SAFE is defined, the code ports to the C11 memory
|
|
||||||
model.
|
|
||||||
* A memory leak has been fixed if ALL_STATE and THREAD_SAFE are
|
|
||||||
defined and two threads race to initialize data used by
|
|
||||||
gmtime-like functions
|
|
||||||
* Documentation improvements zdump's gmtoff=N, isdst=D, -c's
|
|
||||||
- verify source signatures
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 3 13:03:39 UTC 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014g (bnc#894862):
|
|
||||||
* Turks & Caicos are switching from US eastern time to UTC-4
|
|
||||||
year-round, modeled as a switch from EST/EDT to AST on
|
|
||||||
2014-11-02 at 02:00.
|
|
||||||
* Many past time stamps were changed for correctness.
|
|
||||||
* Many performance enhancements and fixes in the time zone
|
|
||||||
manipulation utilities.
|
|
||||||
- iso3166-uk.diff, tzcode-fromname.patch, tzcode-zic.diff,
|
|
||||||
tzdata-china.diff: refresh.
|
|
||||||
- tzcode-symlink.patch: rebase.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 3 12:43:19 UTC 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014f (bnc#890921, bnc#892843):
|
|
||||||
* Russia will subtract an hour from most of its time zones on
|
|
||||||
2014-10-26 at 02:00 local time.
|
|
||||||
* Many time zone abbreviations were adjusted or fixed.
|
|
||||||
* Many past time stamps were changed for correctness.
|
|
||||||
* A new file 'zone1970.tab' was added. The new file's extended
|
|
||||||
format allows multiple country codes per zone. New applications
|
|
||||||
should use the new file.
|
|
||||||
* Some fixes in 'localtime', 'zic', 'mktime' and 'yearistype'.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 13 19:23:34 UTC 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014e (bnc#882684):
|
|
||||||
* Egypt's 2014 Ramadan-based transitions are June 26 and July 31
|
|
||||||
at 24:00. Similarly, Morocco's are June 28 at 03:00 and August
|
|
||||||
2 at 02:00.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 13 19:19:02 UTC 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014d:
|
|
||||||
* zic no longer generates files containing time stamps before
|
|
||||||
the Big Bang. This works around GNOME bug 730332.
|
|
||||||
- tzcode-revert-low-valued.patch: remove, no longer needed.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri May 23 19:02:56 CEST 2014 - lchiquitto@suse.de
|
|
||||||
|
|
||||||
- tzcode-revert-low-valued.patch: revert 'zic' patch to improve
|
|
||||||
handling of low-valued time stamps as it breaks applications that
|
|
||||||
read the binary files directly (bnc#879680, bnc#879512, bnc#879073)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue May 13 18:05:31 CEST 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014c (bnc#877535):
|
|
||||||
* Egypt observes DST starting 2014-05-15 at 24:00
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Mar 26 13:02:00 UTC 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014b (bnc#870375):
|
|
||||||
* Crimea switches to Moscow time on 2014-03-30 at 02:00 local time
|
|
||||||
* New entry for Troll station, Antarctica
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 20 07:59:57 UTC 2014 - meissner@suse.com
|
|
||||||
|
|
||||||
- solar87,solar88,solar89 were removed, remove them from
|
|
||||||
java build.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 10 02:54:46 UTC 2014 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- update to 2014a:
|
|
||||||
* Turkey begins DST on 2014-03-31, not 03-30
|
|
||||||
* Misc changes affecting past time stamps
|
|
||||||
* An uninitialized-storage bug in 'localtime' has been fixed
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 10 21:10:49 UTC 2014 - dmueller@suse.com
|
|
||||||
|
|
||||||
- install /etc/localtime as symlink to UTC by default
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 28 09:32:47 UTC 2013 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 2013h:
|
|
||||||
* Lybia has switched back to UTC+2
|
|
||||||
* Western Sahara uses Morocco's DST rules
|
|
||||||
* Acre sitches from UTC-4 to UTC-5 on Nov. 10th
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 14 13:56:20 UTC 2013 - werner@suse.de
|
|
||||||
|
|
||||||
- Add patch tzcode-fromname.patch to correct path expansion for
|
|
||||||
local time link (bnc#845530)
|
|
||||||
- Modify tzcode-link.diff to fit with tzcode-fromname.patch
|
|
||||||
- Modify tzcode-symlink.patch to fit with tzcode-fromname.patch
|
|
||||||
and to avoid broken posixrules if /etc/localtime is a symlink
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 2 23:35:00 UTC 2013 - lchiquitto@suse.com
|
|
||||||
|
|
||||||
- tzcode-link.diff: refresh patch to apply correctly on older
|
|
||||||
versions of the distribution.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 1 22:27:14 UTC 2013 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- v2013g
|
|
||||||
- changes for Morocco, Asia/Tehran
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 26 01:07:52 UTC 2013 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- v2013f
|
|
||||||
- Tocantins will very likely not observe DST starting this spring.
|
|
||||||
- Jordan will likely stay at UTC+3 indefinitely
|
|
||||||
- Palestine will fall back at 00:00, not 01:00
|
|
||||||
- see NEWS for extra detail.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Sep 21 17:45:59 UTC 2013 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- Update to 2013e:
|
|
||||||
This year Fiji will start DST on October 27, not October 20.
|
|
||||||
|
|
||||||
Use WIB/WITA/WIT rather than WIT/CIT/EIT for alphabetic Indonesian
|
|
||||||
time zone abbreviations since 1932
|
|
||||||
|
|
||||||
Use ART (UTC-3, standard time), rather than WARST (also UTC-3, but
|
|
||||||
daylight saving time) for San Luis, Argentina since 2009.
|
|
||||||
|
|
||||||
* Changes affecting Godthab time stamps after 2037 if version mismatch
|
|
||||||
* Changes affecting time stamps before 1970
|
|
||||||
* Changes affecting time zone abbreviations before 1970
|
|
||||||
* The 'leapseconds' file is now generated automatically from a
|
|
||||||
new file 'leap-seconds.list', which is a copy of
|
|
||||||
<ftp://time.nist.gov/pub/leap-seconds.list>.
|
|
||||||
A new source file 'leapseconds.awk' implements this.
|
|
||||||
The goal is simplification of the future maintenance of 'leapseconds'.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 8 17:28:01 UTC 2013 - dmueller@suse.com
|
|
||||||
|
|
||||||
- restrict symlink change to systemd distros
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 8 16:53:30 UTC 2013 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 2013d:
|
|
||||||
* Morocco's midsummer transitions this year are July 7 and August 10,
|
|
||||||
not July 9 and August 8. (Thanks to Andrew Paprocki.)
|
|
||||||
* Israel now falls back on the last Sunday of October.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Apr 29 20:47:33 UTC 2013 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- /etc/localtime must be a symlink to /usr/share/zoneinfo/$TIMEZONE
|
|
||||||
so systemd-timedated and its command line tool timedatectl
|
|
||||||
can work correctly. Yast already does the right thing.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Apr 20 16:41:02 UTC 2013 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- tzcode & tzdata 2013c, updates for Australia, Palestine,
|
|
||||||
Paraguay.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Mar 10 16:06:46 UTC 2013 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- tzcode and tzdata 2013a
|
|
||||||
- Change affecting binary data format:
|
|
||||||
* The zone offset at the end of version-2-format zone files is now
|
|
||||||
allowed to be 24:00, as per POSIX.1-2008. (Thanks to Arthor David Olson.)
|
|
||||||
- Changes affecting current and future time stamps:
|
|
||||||
* Chile's 2013 rules, and we guess rules for 2014 and later, will be
|
|
||||||
the same as 2012, namely Apr Sun>=23 03:00 UTC to Sep Sun>=2 04:00 UTC.
|
|
||||||
*New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Feb 1 20:22:12 UTC 2013 - schwab@linux-m68k.org
|
|
||||||
|
|
||||||
- Define TM_GMTOFF and TM_ZONE like glibc did (bnc#807624)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 13 17:55:55 UTC 2012 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 2012j:
|
|
||||||
* Libya moved to CET this weekend, but with DST planned next year
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 5 12:06:12 UTC 2012 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 2012i:
|
|
||||||
* Cuba switches DST on November 4th
|
|
||||||
- tzcode-ksh.diff: Obsolete, upstream uses bash now by default
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Oct 27 10:38:41 UTC 2012 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 2012h (bnc#787005):
|
|
||||||
* Samoa fall 2012 and later
|
|
||||||
* Palestine fall 2012
|
|
||||||
* Bahia no longer has DST
|
|
||||||
* Tocantins has DST
|
|
||||||
* Israel has new DST rules next year
|
|
||||||
* Jordan stays on DST this winter
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Sep 15 08:38:34 UTC 2012 - frank.lichtenheld@sophos.com
|
|
||||||
|
|
||||||
- Update Url from the glibc page (which doesn't talk
|
|
||||||
about timezone data at all (anymore?)) to the IANA
|
|
||||||
page which is much more informative.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 13 15:06:27 UTC 2012 - dmueller@suse.com
|
|
||||||
|
|
||||||
- cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
|
|
||||||
- remove %config part on posixrules symlink, it is not a config file
|
|
||||||
|
|
||||||
- update to 2012f (bnc#780276):
|
|
||||||
* Fiji DST is October 21st 2012 -> January 20th, 2013
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Aug 20 15:47:57 UTC 2012 - fcrozat@suse.com
|
|
||||||
|
|
||||||
- Add tzcode-symlink.patch: use a symlink to create /etc/localtime
|
|
||||||
(bnc#773491)
|
|
||||||
- Do not apply tzcode-link.diff on openSUSE >= 12.2 (bnc#773491).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Aug 6 10:52:34 UTC 2012 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 2012e:
|
|
||||||
* Pacific/Fakaofo: Tokelau is UTC+13, not UTC+14
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jul 24 18:57:28 UTC 2012 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 2012d (bnc#771369):
|
|
||||||
* Morocco DST is interrupted during Ramadan 2012
|
|
||||||
(July 20th- August 19th)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Apr 2 16:19:16 CEST 2012 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2012c:
|
|
||||||
* Morocco DST starts late April 2012
|
|
||||||
* Changes for Gaza, Hebron and Syria (for 2012)
|
|
||||||
* Haiti now follows US/Canada rules regarding DST
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 29 14:56:30 CEST 2012 - dmueller@suse.de
|
|
||||||
|
|
||||||
- adjust license to spdx.org format (bnc#752642)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Mar 3 11:33:38 CET 2012 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2012b (bnc#748550):
|
|
||||||
* Cuba has delayed start of DST by 3 weeks
|
|
||||||
(now starts April 1 rather than March 11
|
|
||||||
* Chile 2011/2012 and 2012/2013 summer time date adjustments.
|
|
||||||
* Falkland Islands onto permanent summer time (we're assuming for the
|
|
||||||
foreseeable future, though 2012 is all we're fairly certain of.)
|
|
||||||
* Armenia has abolished Summer Time.
|
|
||||||
* Tokelau jumped the International Date Line back last December
|
|
||||||
(just the same as their near neighbour, Samoa).
|
|
||||||
* America/Creston is a new zone for a small area of British Columbia
|
|
||||||
* There will be a leapsecod 2012-06-30 23:59:60 UTC.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Nov 5 13:58:36 CET 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011n:
|
|
||||||
* Cuba (America/Havana) has extended summer time to end on Nov 13
|
|
||||||
* Europe/Tiraspol decided not to split from the rest of Moldova, hence
|
|
||||||
that zone has been removed
|
|
||||||
* Fiji end of summer time was moved fromrward from Feb 26 to Jan 22
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 25 17:49:32 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- fix build failure of timezone-java
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 25 14:48:15 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- apply patches also for timezone-java
|
|
||||||
- add patch to fix Tiraspol split
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 24 19:19:45 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011m (bnc#726162):
|
|
||||||
* All Ukrainian timezones are going back to winter time
|
|
||||||
on Oct 30th, 2011
|
|
||||||
* Adding Tiraspol to the zone.tab
|
|
||||||
* America/Bahia switched to DST on Oct 16th, 2011
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Oct 14 10:41:30 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011l:
|
|
||||||
* West Bank ended DST 2011-09-30 already
|
|
||||||
* Fiji enters DST on October 23th 2011
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Oct 2 16:52:08 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011k:
|
|
||||||
* Palestine suspends DST during Ramadan in 2011;
|
|
||||||
Gaza and Hebron split in 2011, leading to a new
|
|
||||||
Asia/Hebron zone (thanks to Steffen Thorsen and
|
|
||||||
Alexander Krivenshev).
|
|
||||||
* Belarus adopts permanent DST in 2011
|
|
||||||
(thanks to Yauhen Kharuzhy, Alexander Bokovoy,
|
|
||||||
Alexander Krivenyshev, and Kirill A. Shutemov).
|
|
||||||
* Ukraine adopts permanent DST in 2011
|
|
||||||
* "Russia" rules changed to reflect end of use in 2010.
|
|
||||||
* "FET" used as abbreviation for Belarus, Ukraine,
|
|
||||||
and western Russia (thanks to Paul Eggert).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Sep 13 12:02:42 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011j:
|
|
||||||
* Fix past timezones for Kenya, Uganda, and Tanzani
|
|
||||||
* Samoa uses DST in 2011-2012 starting on September 24th 3am
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Sep 4 20:58:22 UTC 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011i:
|
|
||||||
* Add Africa/Juba (South Sudan) zone
|
|
||||||
* Samoa skips over 2011-12-30
|
|
||||||
* Use KALT as abbreviation for Europe/Kalinigrad from spring
|
|
||||||
2011 forward
|
|
||||||
* Newfoundland changes time of day for DST start and end
|
|
||||||
to 2:00 a.m. starting fall 2011 and forward
|
|
||||||
* Change America/Resolute use of EST to 2006-2007 only
|
|
||||||
* iso3166.tab Add SS (South Sudan) entry.
|
|
||||||
* zone.tab Change America/Resolute entry to Central Standard Time.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jun 27 14:18:10 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011h (bnc#684181):
|
|
||||||
* Russia is abolishing daylight saving time.
|
|
||||||
* iso3166 code for America/Curacao changed from AN to CW
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue May 3 13:38:42 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011g (bnc#691414):
|
|
||||||
* Egypt on longer has daylight saving time
|
|
||||||
* Falkland islands on a trial basis do not observe DST anymore
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Apr 1 20:39:00 CEST 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011e:
|
|
||||||
* Southamerica/Chile: Delay DST until May 7th
|
|
||||||
* Southafrica/Morocco: Updates
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 14 21:40:14 CET 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011d:
|
|
||||||
* Pacific/Apia: Move DST from April 3rd to April 2nd
|
|
||||||
* Europe/Istanbul: Move DST from March 27th to 28th
|
|
||||||
* America/Cuba: DST starts on March 20th
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Mar 12 11:09:35 CET 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011c:
|
|
||||||
* northamerica Replace Juneau with Juneau, Sitka, and Metlakatla.
|
|
||||||
* southamerica Delay end of DST in 2011 until first Sunday in April.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Feb 16 00:48:03 CET 2011 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2011b:
|
|
||||||
* updates for australasia and northamerica
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 2 11:57:20 CET 2010 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2010o:
|
|
||||||
* fix Pacific/Apia and Austalasia/Fiji
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 5 15:42:21 CEST 2010 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2010m:
|
|
||||||
* fix historic data of Antarctica/Vostok
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Sep 21 16:18:24 CEST 2010 - dmueller@suse.de
|
|
||||||
|
|
||||||
- change execlp into execl
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Aug 25 11:59:01 CEST 2010 - ro@suse.de
|
|
||||||
|
|
||||||
- add missing sentinel to tzcode-link.diff
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 24 12:11:51 CEST 2010 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Make zic -l do a copy when hardlinking fails (e.g. because /usr
|
|
||||||
being on a separate partition) [bnc#607532]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Aug 19 18:12:03 CEST 2010 - ro@suse.de
|
|
||||||
|
|
||||||
- un-fuzz patches to fix build
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Aug 19 01:18:14 CEST 2010 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update tzdata to 2010l
|
|
||||||
|
|
||||||
* DST changes: Africa/Cairo, Africa/Casablanca, Asia/Gaza,
|
|
||||||
America/Argentina/San_Luis
|
|
||||||
* New zones: America/Bahia_Banderas
|
|
||||||
* Historical changes: Asia/Taipei, Europe/Helsinki
|
|
||||||
* Spelling changes: Pacific/Chuuk, Pacific/Pohnpei
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
|
||||||
|
|
||||||
- use %_smp_mflags
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 6 15:55:48 CEST 2010 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update tzdata to 2010h:
|
|
||||||
|
|
||||||
* DST changes: Asia/Dhaka (again...), Asia/Karachi, Asia/Gaza,
|
|
||||||
Asia/Damascus, Pacific/Apia, Africa/Tunis
|
|
||||||
* GMT offset changes: Europe/Samara, Asia/Kamchatka, Asia/Anadyr
|
|
||||||
* Various Antarctica timezone changes
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 18 17:07:37 CET 2010 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- cleanup; changes since 2009u are:
|
|
||||||
* DST changes: Asia/Dhaka (yet again), Pacific/Fiji, Pacific/Apia,
|
|
||||||
America/Santiago, Pacific/Easter, America/Asuncion
|
|
||||||
* New zones: America/Matamoros, America/Ojinaga, America/Santa_Isabel
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Mar 14 13:04:16 UTC 2010 - crrodriguez@opensuse.org
|
|
||||||
|
|
||||||
- Update to 2010e, including Chile's emergency DST changes
|
|
||||||
- Update code to 2010c - mostly just cleanups
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jan 5 14:27:27 CET 2010 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update tzdata to 2009u:
|
|
||||||
* DST changes: Asia/Damascus, Asia/Dhaka, Pacific/Fiji
|
|
||||||
* GMT offset changes: some bases in Antartica
|
|
||||||
* New zones: Asia/Novokuznetsk
|
|
||||||
* Historical changes: Asia/Hong_Kong
|
|
||||||
- typo fix in Asia/Dhaka Jun 2009 transition rule
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Dec 8 22:53:36 CET 2009 - jengelh@medozas.de
|
|
||||||
|
|
||||||
- enable parallel building
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 3 19:14:45 UTC 2009 - coolo@novell.com
|
|
||||||
|
|
||||||
- updated patches to apply with fuzz=0
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 26 17:20:13 CET 2009 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update data to 2009p - Argentina switch to DST
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Oct 23 19:21:09 CEST 2009 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update data to 2009o:
|
|
||||||
* DST changes: Asia/Karachi, Asia/Dhaka
|
|
||||||
- Apply a patch for changes in Argentina DST: Argentina is not
|
|
||||||
switching to DST, except America/Argentina/SanLuis; version number
|
|
||||||
modified to 2009oa to reflect the extra patch.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Sep 15 00:35:41 CEST 2009 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- The abbreviation definition of GB should be United Kingdom instead
|
|
||||||
of Britain (UK) [bnc#519410]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Sep 8 16:43:50 CEST 2009 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update data to 2009m:
|
|
||||||
* DST changes: Africa/Cairo, Indian/Mauritius, Asia/Dhaka,
|
|
||||||
Asia/Karachi, Asia/Gaza, Pacific/Apia
|
|
||||||
* Fix bad DST information since 2002: Asia/Amman
|
|
||||||
- update code to 2009k:
|
|
||||||
* zic tried to generate wrong POSIX tz string in a pathological case
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
|
||||||
|
|
||||||
- make patch0 usage consistent
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 21 14:41:08 CEST 2009 - werner@suse.de
|
|
||||||
|
|
||||||
- Use Unversial time zone for posixrules
|
|
||||||
- Use mktemp from coreutiles for temporary file
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 26 01:40:08 CET 2009 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update to 2009d:
|
|
||||||
* DST changes: Africa/Casablanca, Africa/Tunis, Asia/Damascus,
|
|
||||||
America/Argentina/San_Luis
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Feb 24 13:51:01 CET 2009 - schwab@suse.de
|
|
||||||
|
|
||||||
- Don't copy directory into itself.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 23 13:30:01 CET 2009 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2009b:
|
|
||||||
* leapseconds: updated to reflect no mid-2009 leap second
|
|
||||||
* zic.c: fix fence-post error (fixes corrupt timezone
|
|
||||||
database)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Feb 3 14:14:30 CET 2009 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2009a:
|
|
||||||
* asia
|
|
||||||
change Katmandu to Kathmandu
|
|
||||||
* backward
|
|
||||||
provide Katmandu link
|
|
||||||
* europe
|
|
||||||
correct Swiss rules
|
|
||||||
* northamerica
|
|
||||||
clearer definition of Cuban transitions (no binary change)
|
|
||||||
Resolute changes abbreviation (but not time) twice a year
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Dec 3 10:40:37 CET 2008 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2008i:
|
|
||||||
* South America Updates (corrections to Argentina DST rules)
|
|
||||||
* US zone reordering and recommenting
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 15 03:29:11 CEST 2008 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Add coreutils to the prerequisites [bnc#420365]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 13 18:06:44 CEST 2008 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update to 2008h: Fix DST for Indian/Mauritius and Asia/Damascus
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 9 12:50:14 CEST 2008 - dmueller@suse.de
|
|
||||||
|
|
||||||
- update to 2008g:
|
|
||||||
* Pakistan, Mauritius, Gaza, Argentina, Brazil, Mongolia,
|
|
||||||
Morocco, Cuba, Chile
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 29 10:26:03 CEST 2008 - mvyskocil@suse.cz
|
|
||||||
|
|
||||||
- Moved the timezone-java to separate specfile (adrian's request for better
|
|
||||||
bootstrapping of SUSE)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 10 09:35:18 CEST 2008 - mvyskocil@suse.cz
|
|
||||||
|
|
||||||
- Remove a rht renaming hack, because is not necessary in SUSE's build system
|
|
||||||
and move the javazic to a new package
|
|
||||||
- Use a gcc-gij as a default java implementation
|
|
||||||
- Use a %setup macro instead of tar -xf
|
|
||||||
- Use javazi as a destination directory for java zone info files.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 5 10:18:38 CEST 2008 - mvyskocil@suse.cz
|
|
||||||
|
|
||||||
- Add new java subpackage (necessary for openjdk)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jun 3 15:04:02 CEST 2008 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Update to version 2008c (Marocco, Mongolia, Pakistan DST changes)
|
|
||||||
[bnc#396308]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Apr 2 18:53:35 CEST 2008 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Update to version 2008b (esp. Chile, Cuba, Iraq, Syria DST changes)
|
|
||||||
[bnc#368760]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 25 04:28:55 CET 2008 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Update to version 2007k (esp. Argentina DST change) [#350489]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jan 16 14:44:45 CET 2008 - schwab@suse.de
|
|
||||||
|
|
||||||
- Use RPM_OPT_FLAGS.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Dec 6 02:12:24 CET 2007 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Update to version 2007j (esp. Venezuela time shift)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 8 00:22:17 CEST 2007 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Update to version 2007h
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Sep 8 16:12:14 CEST 2007 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Fix %post script to work in patch RPMs as well
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 21 19:19:55 CEST 2007 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Update to version 2007g
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Aug 8 02:40:13 CEST 2007 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- Fix %post if /etc/localtime doesn't exist yet
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 3 11:36:39 CEST 2007 - pbaudis@suse.cz
|
Fri Aug 3 11:36:39 CEST 2007 - pbaudis@suse.cz
|
||||||
|
|
||||||
@ -1660,7 +691,7 @@ Fri Aug 19 16:36:24 CEST 2005 - matz@suse.de
|
|||||||
- Change .note.SuSE format [#105825].
|
- Change .note.SuSE format [#105825].
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 16:13:21 CEST 2005 - kukuk@suse.de
|
Fri Aug 19 17:13:21 CEST 2005 - kukuk@suse.de
|
||||||
|
|
||||||
- Update to current CVS
|
- Update to current CVS
|
||||||
- Move all obsolete libraries into own subpackage and document
|
- Move all obsolete libraries into own subpackage and document
|
||||||
@ -4357,7 +3388,7 @@ Tue Jun 19 10:27:38 CEST 2001 - aj@suse.de
|
|||||||
- Fix profiling on PowerPC.
|
- Fix profiling on PowerPC.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 19 06:41:03 CEST 2001 - bk@suse.de
|
Tue Jun 19 06:41:03 EDT 2001 - bk@suse.de
|
||||||
|
|
||||||
- added s390x support to spec file
|
- added s390x support to spec file
|
||||||
|
|
||||||
|
2262
timezone.spec
2262
timezone.spec
File diff suppressed because it is too large
Load Diff
10
tzcode-ksh.diff
Normal file
10
tzcode-ksh.diff
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- Makefile~ 2007-08-03 15:06:38.257922000 +0200
|
||||||
|
+++ Makefile 2007-08-03 15:07:10.983167000 +0200
|
||||||
|
@@ -362,6 +362,7 @@
|
||||||
|
|
||||||
|
tzselect: tzselect.ksh
|
||||||
|
sed \
|
||||||
|
+ -e 's|#! /bin/ksh|#! /bin/sh|g' \
|
||||||
|
-e 's|AWK=[^}]*|AWK=$(AWK)|g' \
|
||||||
|
-e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \
|
||||||
|
<$? >$@
|
13
tzcode-zic.diff
Normal file
13
tzcode-zic.diff
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- zic.c
|
||||||
|
+++ zic.c 2006/01/11 17:41:30
|
||||||
|
@@ -653,8 +653,10 @@
|
||||||
|
fromname);
|
||||||
|
result = symlink(symlinkcontents,
|
||||||
|
toname);
|
||||||
|
+#if 0
|
||||||
|
if (result == 0)
|
||||||
|
warning(_("hard link failed, symbolic link used"));
|
||||||
|
+#endif
|
||||||
|
ifree(symlinkcontents);
|
||||||
|
}
|
||||||
|
#endif /* HAVE_SYMLINK */
|
3
tzcode2007f.tar.gz
Normal file
3
tzcode2007f.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee0e090dc5d5ee4ba02a715b5f80577e1c576470c7f61cb7ed70700b484c4f3b
|
||||||
|
size 189906
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ff10da5cf4a3c085fa92484d8cdef3133ed789cc24266245114bb78ca9f9d47
|
|
||||||
size 206198
|
|
@ -1,40 +1,48 @@
|
|||||||
Index: timezone-2016b/asia
|
--- asia
|
||||||
===================================================================
|
+++ asia 2006/04/24 09:56:17
|
||||||
--- timezone-2016b.orig/asia
|
@@ -240,6 +240,9 @@
|
||||||
+++ timezone-2016b/asia
|
5:00 - KAST 1980 May
|
||||||
@@ -518,6 +518,10 @@ Rule PRC 1987 1991 - Apr Sun>=10 0:00 1:
|
|
||||||
Zone Asia/Shanghai 8:05:43 - LMT 1901
|
|
||||||
8:00 Shang C%sT 1949
|
|
||||||
8:00 PRC C%sT
|
8:00 PRC C%sT
|
||||||
+
|
|
||||||
+# Nowadays, China Standard Time is known as "Beijing Time"
|
+# Nowadays, China Standard Time is known as "Beijing Time"
|
||||||
+Zone Asia/Beijing 8:00 PRC C%sT
|
+Zone Asia/Beijing 8:00 PRC C%sT
|
||||||
+
|
+
|
||||||
# Xinjiang time, used by many in western China; represented by Ürümqi / Ürümchi
|
# Hong Kong (Xianggang)
|
||||||
# / Wulumuqi. (Please use Asia/Shanghai if you prefer Beijing time.)
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
||||||
Zone Asia/Urumqi 5:50:20 - LMT 1928
|
Rule HK 1946 only - Apr 20 3:30 1:00 S
|
||||||
Index: timezone-2016b/backward
|
--- backward
|
||||||
===================================================================
|
+++ backward 2006/04/24 09:56:17
|
||||||
--- timezone-2016b.orig/backward
|
@@ -78,12 +78,11 @@
|
||||||
+++ timezone-2016b/backward
|
|
||||||
@@ -94,7 +94,7 @@ Link America/Mexico_City Mexico/General
|
|
||||||
Link Pacific/Auckland NZ
|
Link Pacific/Auckland NZ
|
||||||
Link Pacific/Chatham NZ-CHAT
|
Link Pacific/Chatham NZ-CHAT
|
||||||
Link America/Denver Navajo
|
Link America/Denver Navajo
|
||||||
-Link Asia/Shanghai PRC
|
-Link Asia/Shanghai PRC
|
||||||
+Link Asia/Beijing PRC
|
+Link Asia/Beijing PRC
|
||||||
Link Pacific/Pohnpei Pacific/Ponape
|
|
||||||
Link Pacific/Pago_Pago Pacific/Samoa
|
Link Pacific/Pago_Pago Pacific/Samoa
|
||||||
Link Pacific/Chuuk Pacific/Truk
|
Link Pacific/Truk Pacific/Yap
|
||||||
Index: timezone-2016b/zone.tab
|
Link Europe/Warsaw Poland
|
||||||
===================================================================
|
Link Europe/Lisbon Portugal
|
||||||
--- timezone-2016b.orig/zone.tab
|
-Link Asia/Taipei ROC
|
||||||
+++ timezone-2016b/zone.tab
|
Link Asia/Seoul ROK
|
||||||
@@ -144,6 +144,7 @@ CK -2114-15946 Pacific/Rarotonga
|
Link Asia/Singapore Singapore
|
||||||
CL -3327-07040 America/Santiago Chile (most areas)
|
Link Europe/Istanbul Turkey
|
||||||
CL -2709-10926 Pacific/Easter Easter Island
|
--- zone.tab
|
||||||
|
+++ zone.tab 2006/04/24 09:56:17
|
||||||
|
@@ -135,11 +135,12 @@
|
||||||
|
CL -3327-07040 America/Santiago most locations
|
||||||
|
CL -2710-10927 Pacific/Easter Easter Island & Sala y Gomez
|
||||||
CM +0403+00942 Africa/Douala
|
CM +0403+00942 Africa/Douala
|
||||||
|
-CN +3114+12128 Asia/Shanghai east China - Beijing, Guangdong, Shanghai, etc.
|
||||||
|
-CN +4545+12641 Asia/Harbin Heilongjiang (except Mohe), Jilin
|
||||||
|
-CN +2934+10635 Asia/Chongqing central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc.
|
||||||
|
-CN +4348+08735 Asia/Urumqi most of Tibet & Xinjiang
|
||||||
|
-CN +3929+07559 Asia/Kashgar west Tibet & Xinjiang
|
||||||
+CN +3955+11626 Asia/Beijing China Standard Time
|
+CN +3955+11626 Asia/Beijing China Standard Time
|
||||||
CN +3114+12128 Asia/Shanghai Beijing Time
|
+CN +3114+12128 Asia/Shanghai China east
|
||||||
CN +4348+08735 Asia/Urumqi Xinjiang Time
|
+CN +4545+12641 Asia/Harbin China north
|
||||||
|
+CN +2934+10635 Asia/Chongqing China mountains
|
||||||
|
+CN +4348+08735 Asia/Urumqi China Xinjiang-Tibet
|
||||||
|
+CN +3929+07559 Asia/Kashgar China west Xinjiang
|
||||||
CO +0436-07405 America/Bogota
|
CO +0436-07405 America/Bogota
|
||||||
|
CR +0956-08405 America/Costa_Rica
|
||||||
|
CS +4450+02030 Europe/Belgrade
|
||||||
|
3
tzdata2007f.tar.gz
Normal file
3
tzdata2007f.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfedfd49351d41da0fe5a26be2eadc8ae0cf1b5b1cea1d31aafb6913f907493e
|
||||||
|
size 160513
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d98815c3de175b1545506b2c59719399d8a0a36a1e6a6c52e86109f3d692957d
|
|
||||||
size 319092
|
|
Loading…
Reference in New Issue
Block a user