summaryrefslogtreecommitdiff
path: root/leapseconds.awk
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2020-11-02 14:25:46 +1100
committerStuart Bishop <stuart.bishop@canonical.com>2020-11-02 14:25:46 +1100
commita4a62d8d41eea2df3759cbcdbd9100a72e8c28c7 (patch)
tree5264246af4d08afcaf61ce53f0aa12ac58a1ba31 /leapseconds.awk
parentbc11842827a7379d99ff529674e1084a0a32a245 (diff)
downloadpytz-git-a4a62d8d41eea2df3759cbcdbd9100a72e8c28c7.tar.gz
Squashed 'tz/' changes from 7aec41a1d..d828740bb
9c175ec6c Release 2020d 65f1deaca * tz-link.html: Fix typo b80ed1696 Fix Palestine 2015 fall and 2020 spring efd0231aa Palestine ends DST on 2020-10-24 103e7868c Fail on ZIC_BLOAT_DEFAULT typo 980306471 Improve TZUpdater and Python links ce89cbaa4 Port ‘make rearguard_tarballs’ to macOS 43dda7dbe Cite Tom Scott on Danish time 40e0dc322 Update Danish URLs ab21ad971 Release 2020c dc43ed588 * europe (Hungary): Add more URLs (thanks to Géza Nyáry). 0c8cac40a Put dummy pacificnew into rearguard tarball 27264eae8 * ziguard.awk: Add limitations commentary. 6a244fd41 * europe: Hungary URL comments (thanks to Michael Deckers). d5c1b97cd Fiji observes DST from 2020-12-20 to 2021-01-17 47311d42a Release 2020b 64308c005 * NEWS: Fix Antarctic seasons, Casey change is past 06520a2b4 Tighten up scope wording c5f6ef851 Convert tz-how-to.html to HTML 5 110feebd9 Further update code to match Link line field names 284e877d7 Drop support for zic -y, Rule TYPEs, pacificnew b3cf2ee42 Remove obsolete file systemv d6abc89b3 * antarctica (Antarctica/Casey): Correct 2019-10 transition. 6427fe6c0 Fixes for Casey and Macquarie dd606383a * NEWS: Fix typo (thanks to Philip Paeps). d3bdef36c Yukon’s change is effective 2020-11-01. afc53e03f * tz-link.html: Cite PyPI tzdata (thanks to Paul Ganssle). 2c431bd71 * tz-link.html: Cite Python 3.9 (thanks to Matt Johnson-Pint). abbe4eeee * tz-art.html: Add Mr. Monk (thanks to Arthur David Olson). 241e6df07 Improve heads-up advice cb2d288ae * tz-link.html: Cite TZDIST list. (Thanks to Michael Douglass.) d7451484e Cite Rishi et al in tz-link 3e865829e * asia: Cite Barak 2020 on Israeli DST controversy. a9f132757 Mention Intl.DateTimeFormat 243321439 * README: Add a pointer to tz-how-to.html. 6d25c3e89 date: simplify format compuation dca583ac6 date: redo strftime buffer-exhaustion check 8b238ec54 strftime: conform better to POSIX+ 6e2e87703 Minor editorial improvements for newstrftime.3 ba912ae8b * backzone: More commentary re 1940s Bahrain. 39c661ee1 Update Bahrain as per article in The National 63699ef40 Fix leapseconds comment when EXPIRES_LINE b04741d80 No leap second on 2020-12-31 efbae189b Cite Mirmalek on Martian timekeeping 6ba6f2117 zic now defaults to ‘-b slim’ 08c326dfd Do not install 'posixrules' by default 180f76a2d zic has new ‘-l -’ and ‘-p -’ options c9e377825 * europe: Fix minor comment typos in previous change. ccbd7d2ef Go back to midnight transitions for France etc. 812249354 * NEWS: Fix recent date typo. ddb5717c5 Further fixes to 1891 and 1911 French transitions 1c8ce71c3 French clocks stopped for 9′21″ on 1911-03-11 f8eca4dc2 * europe: Add Hungaricana URLs (thanks to Géza Nyáry). 1d8d276b3 Improve 1890 Hungarian transition. f87ed56da Fix Hungarian transitions 1918-1983 e30fe68d4 Predict Morocco spring-forward after Eid al-Fitr 243ae0709 Fix comment typo re 1900 Spanish decree c6c18a432 More Ruthenia replacement b43b6b46b Mention TimeZoneDB’s CSV and SQL files. 402965e63 Use bold for command and func names in man pages d36f8f5b6 Remove tzsetwall git-subtree-dir: tz git-subtree-split: d828740bbde9367c28fda3c08d26db59f0865162
Diffstat (limited to 'leapseconds.awk')
-rwxr-xr-xleapseconds.awk6
1 files changed, 4 insertions, 2 deletions
diff --git a/leapseconds.awk b/leapseconds.awk
index 924ade9..1d3c606 100755
--- a/leapseconds.awk
+++ b/leapseconds.awk
@@ -105,8 +105,10 @@ END {
print ""
print "# UTC timestamp when this leap second list expires."
print "# Any additional leap seconds will come after this."
- print "# This Expires line is commented out for now,"
- print "# so that pre-2020a zic implementations do not reject this file."
+ if (! EXPIRES_LINE) {
+ print "# This Expires line is commented out for now,"
+ print "# so that pre-2020a zic implementations do not reject this file."
+ }
printf "%sExpires %.4d\t%s\t%.2d\t%.2d:%.2d:%.2d\n", \
EXPIRES_LINE ? "" : "#", \
ss_year, monthabbr[ss_month], ss_mday, ss_hour, ss_min, ss_sec