1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-19 16:03:57 +00:00

3689 Commits

Author SHA1 Message Date
c274741ba4 Updated README 2016-10-25 21:33:19 +00:00
2bcaf56bbc Updated README 2016-10-25 21:31:44 +00:00
320114dfbf Cleanup 2016-10-25 21:25:04 +00:00
69bde67313 Release 5 changes 2016-10-25 21:23:15 +00:00
58341f9220 Release 5 changes 2016-10-25 21:12:38 +00:00
4bc6d81ba6 Release 4 changes 2016-10-25 21:07:56 +00:00
7f9e9ace6b Updated examples 2015-07-30 14:31:18 +02:00
a91d2be4a3 Version 3 changes 3.00 2015-07-30 12:57:33 +02:00
74189899e2 Version 2.00 changes 2.00 2015-07-29 20:14:38 +02:00
821179b66f Update README.md 2015-07-27 00:09:15 +02:00
712010eb51 Update README.md 2015-07-27 00:07:37 +02:00
cd5b860532 Merge branch 'tz-base' 2015-07-26 23:24:58 +02:00
1fb02b6290 Merged tz base 2015-07-26 23:24:35 +02:00
3e9a6ed22d Merge pull request #3 from eggert/master
Merged
2015-07-26 23:04:47 +02:00
debdc613c8 Amiga Time Zone Library initial commit 2015-07-25 23:35:51 +02:00
fe36e5f9ef Pacify Visual Studio 2013
Problem reported by Kees Dekker in:
http://mm.icann.org/pipermail/tz/2015-July/022514.html
* NEWS: Document this.
* difftime.c (difftime):
* localtime.c (localtime, localtime_r, gmtime, gmtime_r, offtime)
(ctime, ctime_r, mktime, timelocal, timegm, timeoff):
* strftime.c (strftime, _fmt, _conv, _add):
Omit 'const' attribute of arguments to match the corresponding
declaration.  Although the C standard says the 'const' is OK,
Visual Studio complains and as it's only a style thing here we
might as well omit it.
2015-07-24 08:57:15 -07:00
a86ca0f413 Improve comments for Halifax and Glace Bay
(Thanks to Brian Inglis.)
* NEWS, northamerica (Halifax): Document this.
* zone.tab, zone1970.tab:
Improve comments for America/Halifax and America/Glace_Bay.
2015-07-20 07:43:54 -07:00
e6a6d029b2 Support %z in Zone formats
This extends the zic input format to add support for %z, which
expands to a UTC offset in as-short-as-possible ISO 8601 format.
It's intended to better support zones that do not have an
established abbreviation already.  This is a change only to zic;
it does not affect the data, which can still be compiled with
older zic versions.
* NEWS, zic.8: Document this.
* zic.c (struct zone): New member z_format_specifier.
(PERCENT_Z_LEN_BOUND): New constant.
(max_abbrvar_len): Initialize to it, rather than to 0.
(associate, inzsub, doabbr): Add support for %z.
(abbroffset): New function.
(doabbr): 2nd arg is now struct zone *, not a char *.
All callers changed.
2015-07-19 20:22:55 -07:00
24ee915c34 Pacify gcc -Wformat-security
* zic.c (outzone): Add "%s" to pacify GCC.
2015-07-19 15:18:19 -07:00
5b8a58981d Two rules can't take effect at the same time
* NEWS: Document this.
* zic.8: Document simultaneity constraints.
* zic.c (outzone): Check for two rules taking effect at the same time.
2015-07-19 15:00:58 -07:00
9b533f2a27 Zone TYPEs other than '-' are now obsolescent
* NEWS: Document this.
* zic.8: Remove documentation of -y and of non-'-' TYPE values.
* zic.c (usage): Don't document -y.
2015-07-19 15:00:31 -07:00
5319616e97 No leap second on 2015-12-31.
* leap-seconds.list: Per IERS Bulletin C50 (2015-07-07), no leap second
on 2015-12-31.  Update file from NIST.
http://datacenter.iers.org/eop/-/somos/5Rgv/getTX/16/bulletinc-050.txt
2015-07-18 15:40:12 -07:00
57a90347f0 Update tz-link.htm links
* tz-link.htm: Change http: to https: for sites that now prefer this,
notably Wikipedia.  Update a few other links to avoid redirects.
Remove Permatime, as it seems defunct.  Add link to USDOT Recent
Time Zone Proceedings.  Remove links to dmoz.org (no longer that
relevant) and to Yahoo! Directory (discontinued as of 2014-12-31).
2015-07-18 15:19:13 -07:00
f3fe0c29de Add Time Zone Database Parser
* NEWS: Document this (thanks to Howard Hinnant).
* tz-link.htm (Other tz compilers): Mention it.
2015-07-18 13:40:20 -07:00
abc7166937 Fix zdump problem with abbrevs like '-05'
* zdump.c (is_digit): New macro, copied from private.h.
(abbrok): Use it.  Allow abbreviations that (when quoted) conform
to POSIX.1-2001 or later.
* NEWS: Document this.
2015-07-16 19:30:16 -07:00
177f32bb06 Don't warn about abbreviations like '-05'
* NEWS, zic.8: Document this.
* zic.c (newabbr): Allow abbreviations that (when quoted) conform
to POSIX.1-2001 or later.
2015-07-15 10:51:48 -07:00
2fab66aa16 Document zic's standard time + SAVE behavior
* zic.8: Say that only the sum matters when adding standard
time to daylight-saving offsets.
2015-07-14 22:03:06 -07:00
e1e4022b04 Government citation for Uruguay change this spring
* NEWS, southamerica (Uruguay): Add citation (thanks to Pablo Camargo).
2015-07-13 13:42:24 -07:00
168ba2d875 Minor clarification to Atlantic/Canary
Suggested by Hank Wisniewski in:
http://mm.icann.org/pipermail/tz/2015-July/022380.html
* europe (Atlantic/Canary): Use 1:00u, not 1:00s.
This does not affect generated time stamps.
2015-07-13 00:58:10 -07:00
7e4241f29a Removed debug code 2015-07-10 23:51:20 +02:00
af1adb2c10 Version 1.03 changes 2015-07-10 23:50:02 +02:00
e5cc00d83a Preliminary changes for version 1.03 2015-07-04 22:21:13 +02:00
d08663af20 Moldova DST transitions were off by an hour
* NEWS: Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC.
(Thanks to Roman Tudos.)
* europe (Moldova): New rule.
(Europe/Chisinau): Use it.
2015-07-01 23:37:12 -07:00
9ebb8da281 Uruguay will stop observing DST
* NEWS: Document this.
* southamerica (Uruguay): Uruguay will not observe DST this spring.
(Thanks to Steffen Thorsen.)  Assume the change is permanent.
2015-06-30 17:06:41 -07:00
ff5da0c697 AmigaOS changes 2015-06-28 11:19:35 +02:00
6e85c6ac72 Compliance with former DSTCheck 2015-06-26 23:43:24 +02:00
477a573d18 AmigaOS changes 1.00 2015-06-25 22:28:02 +02:00
06cd2ed30a AmigaOS modifications 2015-06-22 23:49:55 +02:00
cf8df34364 Tidy up data entries for more locations
* NEWS: Document this.
* europe (Europe/Sofia, Europe/Tallinn, Europe/Simferopol):
This is like the previous change, except it also simplifies the
generated data files for Europe/Simferopol and Europe/Tallinn.
Suggested by Howard Hinnant in:
http://mm.icann.org/pipermail/tz/2015-June/022309.html
2015-06-20 17:39:49 -07:00
060806ab51 Time zone preferences 2015-06-21 00:34:10 +02:00
79d9677def AmigaOS changes 2015-06-20 23:29:11 +02:00
0e2e3ece54 Tidy up data entry in Atlantic/Canary
* europe (Atlantic/Canary): Tidy up data.
Although this doesn't change the output, it makes the input clearer.
Suggested by Howard Hinnant in:
http://mm.icann.org/pipermail/tz/2015-June/022307.html
2015-06-20 12:56:44 -07:00
13104713ea Merge branch 'master' of https://github.com/llsth/tz 2015-06-17 17:29:53 +02:00
ccb6740072 Cleanup 2015-06-17 17:29:31 +02:00
ca39aebe2d Merge pull request #2 from eggert/master
Update to 2015e
2015-06-17 17:26:03 +02:00
2b1b0981d8 AmigaOS specific changes amiga-2015d 2015-06-17 17:00:14 +02:00
503ee68905 Release tzcode2015e and tzdata2015e.
* NEWS, Makefile (VERSION): Increase to 2015e.
2015-06-13 10:57:13 -07:00
35cee8c8ed More Morocco Ramadan commentary update
* africa (Morocco): Note confusion in government announcement.
(Thanks to Michael Deckers.)
2015-06-10 09:37:23 -07:00
774ea77731 * africa (Morocco): Slight commentary fix. 2015-06-09 11:57:31 -07:00
8c442f7320 Morocco Ramadan suspension commentary update
* africa (Morocco): Reference official announcement in commentary.
(Thanks to Milamber.)
2015-06-09 09:34:23 -07:00