diff options
Diffstat (limited to 'src/timezone/tzfile.h')
-rw-r--r-- | src/timezone/tzfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timezone/tzfile.h b/src/timezone/tzfile.h index 6c97808397f..562259b937e 100644 --- a/src/timezone/tzfile.h +++ b/src/timezone/tzfile.h @@ -27,6 +27,9 @@ #define TZDEFAULT "/etc/localtime" #define TZDEFRULES "posixrules" + +/* See Internet RFC 8536 for more details about the following format. */ + /* * Each file begins with. . . */ |