Jet lag (Mar 12 2007) |
![]() |
| log in |
Message boards : Technical News : Jet lag (Mar 12 2007)
| Author | Message |
|---|---|
|
It's amazing how the one hour difference is making me feel loopy. Our computers more or less survived the unexpected change in DST schedule. When I checked on Sunday morning ewen was off by an hour. Its time zone was Pacific/Tijuana, unlike the rest of our linux machines which are Pacific/Los Angeles (or somewhere else in CA). Easy fix, and nothing was harmed. | |
| ID: 530530 · | |
It's amazing how the one hour difference is making me feel loopy. Our computers more or less survived the unexpected change in DST schedule. When I checked on Sunday morning ewen was off by an hour. Its time zone was Pacific/Tijuana, unlike the rest of our linux machines which are Pacific/Los Angeles (or somewhere else in CA). Easy fix, and nothing was harmed. Good Work there Matt . . . reference was this Thread - eh? Top 1000 Computers . . . #999 with a RAC of 0.11? looks fine now . . . [off topic] > strangE notEs 'ErE . . . rEgarding Frank Zappa's Death . . . Zappa's Death alt . fan . frank-zappa [back on topic] | |
| ID: 530544 · | |
|
And you still find time to play guitar? Thank you. | |
| ID: 530561 · | |
It's amazing how the one hour difference is making me feel loopy. Our computers more or less survived the unexpected change in DST schedule. When I checked on Sunday morning ewen was off by an hour. Its time zone was Pacific/Tijuana, unlike the rest of our linux machines which are Pacific/Los Angeles (or somewhere else in CA). Easy fix, and nothing was harmed. A question (may be to all of sysadmins ot there?): why would one want to run a decent server and set timezone to anything that has DST? System-wide that is, one can always set timezone for interactive users to whatever applies to your location. I can only guess one reason: cron jobs that process data which is tied to legal time. I normally prefer timezone set to UTC on servers ... ____________ Metod ... | |
| ID: 531191 · | |
It's amazing how the one hour difference is making me feel loopy. Our computers more or less survived the unexpected change in DST schedule. When I checked on Sunday morning ewen was off by an hour. Its time zone was Pacific/Tijuana, unlike the rest of our linux machines which are Pacific/Los Angeles (or somewhere else in CA). Easy fix, and nothing was harmed. yes thats ok but in the UK we have a DST as well and in windows you can set it to change when we go forwards and backwards (linux i think is the same "but dont quote me!")so you would have the same problem. ____________ | |
| ID: 531211 · | |
yes thats ok but in the UK we have a DST as well and in windows you can set it to change when we go forwards and backwards (linux i think is the same "but dont quote me!")so you would have the same problem. In UNIX (Linux at least, I guess it's similar in other UNIXen) you can set your time zone either to UTC or GMT. There's not a lot of difference between the two apart from the fact that setting time zone to GMT means you're adhering to rules of legal time in UK (including BST) while if you set it to UTC you're adhering to UTC rules, which doesn't have any DST. [edit] The above is probably full of wrong information. What is proper name of timezone for UK? Hmmm ... could it be GB? On Linux time zone GMT seems to be synonym for UTC while GB changes from GMT to BST during summer: $ TZ=Europe/London date; TZ=Europe/London date --date="20070526 12:00" Wed Mar 14 14:06:47 GMT 2007 Sat May 26 12:00:00 BST 2007 [/edit] Linux keeps it's system clock at UTC regardless of what the time zone setting is. Popular network time protocol also uses UTC. It observes the time zone set at boot-time when it takes time from CMOS (or whatever clock hardware in machine) if not instructed otherwise. It also converts the output according to time zone rules when some sort of output needed (eg. date or ls). You can check this following this example: $ date; TZ=US/Pacific date Wed Mar 14 13:54:07 UTC 2007 Wed Mar 14 06:54:07 PDT 2007 or similarly with ls. ____________ Metod ... | |
| ID: 531217 · | |
Message boards : Technical News : Jet lag (Mar 12 2007)
| Copyright © 2013 University of California |