mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-03-20 23:28:33 +00:00
* leapseconds.awk, NEWS: Also output expiration date comment.
Problem reported by Martin Burnicki in: http://www.ietf.org/mail-archive/web/tzdist/current/msg01132.html
This commit is contained in:
3
NEWS
3
NEWS
@ -33,6 +33,9 @@ Unreleased, experimental changes
|
||||
|
||||
Changes affecting commentary
|
||||
|
||||
The leapseconds file commentary now mentions the expiration date.
|
||||
(Problem reported by Martin Burnicki.)
|
||||
|
||||
Update Mexican Library of Congress URL.
|
||||
|
||||
|
||||
|
||||
@ -37,6 +37,11 @@ BEGIN {
|
||||
}
|
||||
|
||||
/^ *$/ { next }
|
||||
|
||||
/^#\tUpdated through/ || /^#\tFile expires on:/ {
|
||||
last_lines = last_lines $0 "\n"
|
||||
}
|
||||
|
||||
/^#/ { next }
|
||||
|
||||
{
|
||||
@ -64,3 +69,7 @@ BEGIN {
|
||||
}
|
||||
old_TAI_minus_UTC = TAI_minus_UTC
|
||||
}
|
||||
|
||||
END {
|
||||
printf "\n%s", last_lines
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user