I can confirm that this is still the case...
On an ubuntu 20.04:
```
ard@lenny:~$ TZ=US/Eastern date
Mon Mar 29 09:08:43 EDT 2021
ard@lenny:~$ TZ=America/New_York date
Mon Mar 29 09:08:47 EDT 2021
ard@lenny:~$ TZ=EDT date
Mon Mar 29 13:08:51 EDT 2021
ard@lenny:~$ TZ=EST date
Mon Mar 29 08:16:16 EST
Just to clarify, the problem with TZ=EDT isn't that it reports EDT
wrong, per se, but that any unrecognized time zones show as UTC. Now,
why TZ=EDT isn't valid when `date` on its own here reports EDT just
fine, is beyond me :)
--
You received this bug notification because you are a member of Ubun