[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IRC on Wed
On Wed, Jul 14, 1999 at 10:47:16AM -0400, Robert Myers wrote:
> isn't GMT -5 EDT?
No, EST is GMT -5, EDT is GMT -4. The date command is your friend:
$ date --date="EST" -u
Wed Jul 14 05:00:00 UTC 1999
$ date --date="EDT" -u
Wed Jul 14 04:00:00 UTC 1999
As the default is 00:00, these show 00:00 EST is -5 UTC (GMT) and 00:00 EDT is
-4 UTC (GMT).
--
-------------------
Daniel E. Markle
syntax@ashtech.net
-------------------