|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Daylight Savings Time
|
To determine if your system is up to date for the DST change do -
date --date="Mar 11 15:00:00 UTC 2007"
If it returns an EST value like -
Sun Mar 11 10:00:00 EST 2007
If you put a date after the (old) DST date you will see what I mean
date --date="Apr 10 15:00:00 UTC 2007"
Returns...
Tue Apr 10 11:00:00 EDT 2007
Doug
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|