commit 280c4d5

hovercats  ·  2024-01-31 13:02:18 +0000 UTC
parent dbe6cf3
tz: 2023d
4 files changed,  +9, -3
+1, -1
1@@ -1 +1 @@
2-Subproject commit ce4d77644d2793027bb27f095dec7b530edcd947
3+Subproject commit cc48c2dfa2f3c21d25ab108bba978b0307ecf0e8
+6, -0
1@@ -0,0 +1,6 @@
2+#ifndef TZDEFAULT
3+# define TZDEFAULT "/etc/localtime" /* default zone */
4+#endif
5+#ifndef TZDIR
6+# define TZDIR "/usr/share/zoneinfo" /* TZif directory */
7+#endif
+1, -1
1@@ -1 +1 @@
2-2022c r0
3+2023d r0
+1, -1
1@@ -1,3 +1,3 @@
2 static char const PKGVERSION[]="(tzcode) ";
3-static char const TZVERSION[]="2022c";
4+static char const TZVERSION[]="2023d";
5 static char const REPORT_BUGS_TO[]="tz@iana.org";