|
|
|
|
|
by cfstras
1958 days ago
|
|
The part about "using the text of the invalid timezone" seems to be fixed in latest GNU date (8.32): $ TZ=EDT gdate
Wed Feb 10 13:22:23 UTC 2021
$ gdate --version
date (GNU coreutils) 8.32
...
8.30 (shipped in debian buster) still has the problem.The BSD version of date shipped with MacOS 10.15 also does not seem to have this bug. |
|