commit: 1a287f0fbda34a390cf85eb1e16c5e1f6c6871a9 parent d4f3c7cff56ff4442113dd709227d99150199c78 Author: Michael Forney <mforney@mforney.org> Date: Thu, 8 Feb 2024 12:27:03 -0800 tz: Fix TZDIRDiffstat:
M | pkg/tz/tzdir.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/pkg/tz/tzdir.h b/pkg/tz/tzdir.h
@@ -1,2 +1,2 @@ #define TZDEFAULT "/etc/localtime" /* default zone */ -#define TZDIR "/usr/share/zoneinfo" /* TZif directory */ +#define TZDIR "/share/zoneinfo" /* TZif directory */