aboutsummaryrefslogtreecommitdiff
path: root/src/timezone/tzfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timezone/tzfile.h')
-rw-r--r--src/timezone/tzfile.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/timezone/tzfile.h b/src/timezone/tzfile.h
index 25ca3074034..6c97808397f 100644
--- a/src/timezone/tzfile.h
+++ b/src/timezone/tzfile.h
@@ -1,4 +1,7 @@
+/* Layout and location of TZif files. */
+
#ifndef TZFILE_H
+
#define TZFILE_H
/*
@@ -21,14 +24,14 @@
* Information about time zone files.
*/
-#define TZDEFAULT "localtime"
+#define TZDEFAULT "/etc/localtime"
#define TZDEFRULES "posixrules"
/*
* Each file begins with. . .
*/
-#define TZ_MAGIC "TZif"
+#define TZ_MAGIC "TZif"
struct tzhead
{