mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
With this change, `unix.localtime()` will match `unix.gmtime()` when `TZ` hasn't been defined.
This commit is contained in:
parent
9c79c5682c
commit
53d3f9d9c5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#endif /* !defined TZDIR */
|
||||
|
||||
#ifndef TZDEFAULT
|
||||
#define TZDEFAULT "GST"
|
||||
#define TZDEFAULT "GMT"
|
||||
#endif /* !defined TZDEFAULT */
|
||||
|
||||
#ifndef TZDEFRULES
|
||||
|
|
Loading…
Add table
Reference in a new issue