|
|
|
|
|
by xyst
1958 days ago
|
|
On macOS (Catalina-10.15.7), it looks like it is fixed or uses an updated version of the libc library mentioned in the article Expected: $ TZ=LOL_THIS_DOESNT_EXIST date
Sat 10 Jul 2021 12:00:00 AM LOL Actual: $ TZ=LOL_THIS_DOESNT_EXIST date
Wed Feb 10 17:02:02 UTC 2021 Otherwise I agree with the article. Have told so many co-workers that storing your dates in anything other than UTC will bite you in the ass later on. Converting it to the relevant time zone for display purposes is a trivial operation. |
|