On 3/6/07, Neil Bower <[EMAIL PROTECTED]> wrote: > Hi all, > > I came across this article today on the upcoming time change. > > http://www.linuxdevices.com/news/NS6300956032.html > > Informative and it gives details how to check your system to see if it is > ready. > > Cheers!
Here's one I whipped up a few weeks ago, run: python -c "import time; print time.localtime(1174521600)[-1]" This checks the DST flag at Thu, 22 Mar 2007 00:00:00 GMT. If the command prints '0' you need to update your timezone file. If the command prints '1' you're probably good. If it prints '-1'... well... email me, because something may be broken! -Mark _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

