From 0e134558d5a3ff7a648ca4f5db450070fc2eb48b Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Thu, 8 Oct 2020 00:28:03 +0000 Subject: Import tzdata 2020b --- leapseconds.awk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'leapseconds.awk') diff --git a/leapseconds.awk b/leapseconds.awk index 924ade9e2193..1d3c606febfb 100644 --- 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 -- cgit v1.3