On Thu, 10 Dec 2009 10:59:46 -0600 (CST), Mike wrote: > $ date -d '2009-12-11 02:00:00 UTC' > Thu Dec 10 20:00:00 CST 2009 > > > To convert UTC to your local time, take a look at > > > http://fedoraproject.org/wiki/Infrastructure/UTCHowto > > > or run: > > > > > > date -d 'date -d '2009-12-11 02:00:00 UTC'' Above is the mistake the replies in this thread refer to: $ date -d 'date -d '2009-12-11 02:00:00 UTC'' date: extra operand `UTC' Try `date --help' for more information. Whereas: $ date -d '2009-12-11 02:00:00 UTC' Fri Dec 11 03:00:00 CET 2009 > > > Ticket Link: > > > https://fedorahosted.org/fedora-infrastructure/ticket/1845 and a previous mail both say Dec 12th. _______________________________________________ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list