Skip to content

Commit

Permalink
build: comments for Darwin when building zoneinfo.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Donald <newtwen@gmail.com>
  • Loading branch information
systemcrash committed Mar 2, 2024
1 parent 07c4185 commit 66e758d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/zoneinfo2lua.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Execute from within root of Luci feed, usually feeds/luci
# $Id$

# NOTE: Darwin before 13.6.4 (22G513) may have had bugs in some TZinfo2 files.
# Some lacked the mandatory footers detailed in RFC 8536. A complete tzdata can
# not be built when this script is run on Darwin 13.6.3 and possibly other
# Darwin versions released prior to 13.6.4 (e.g. even Darwin (Sonoma) 14.2.1).

use strict;

my %TZ;
Expand Down

0 comments on commit 66e758d

Please sign in to comment.