mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
7 lines
161 B
C
7 lines
161 B
C
|
#ifndef TZDEFAULT
|
||
|
#define TZDEFAULT "/etc/localtime" /* default zone */
|
||
|
#endif
|
||
|
#ifndef TZDIR
|
||
|
#define TZDIR "/zip/usr/share/zoneinfo" /* TZif directory */
|
||
|
#endif
|