Change the default TZ value from GST to GMT #861 (#867)

With this change, `unix.localtime()` will match `unix.gmtime()`
when `TZ` hasn't been defined.
This commit is contained in:
Michael Lenaghan 2023-07-24 23:40:15 -04:00 committed by GitHub
parent 9c79c5682c
commit 53d3f9d9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
#endif /* !defined TZDIR */
#ifndef TZDEFAULT
#define TZDEFAULT "GST"
#define TZDEFAULT "GMT"
#endif /* !defined TZDEFAULT */
#ifndef TZDEFRULES