GoDaddy Bobbles DST Changeover?
Several readers alerted us to this piece in PC World reporting on concerns that GoDaddy might not be ready for the DST changeover. Some readers, and others, claimed that GoDaddy's servers are not reachable now and are not serving email or web sites; but others see no evidence of this. The article recounts the rather flip response one GoDaddy customer got from their tech support: "As Daylight Savings [sic] does not apply to our servers, since we are on Arizona Time and our time zone does not change, our servers wouldn't update." When IDG News Service contacted GoDaddy they got an altogether more sensible reply.
For international services like domain registrars, switch to UTC already. Running the server on a local timezone will only lead to confusion.
All my internet servers just use UTC. NTP synchronized, naturally.
Oolite: Elite-like game. For Mac, Linux and Windows
Remember IntellAdmin, offering a free DST patch for Windows 2000? Well, it doesn't work. I installed it on a Win2K system, and the time didn't change to DST. I contacted Intelladmin, and got "workaround instructions" (open clock, change to another time zone, change back, then reset the clock to the correct time.). It only changes to DST the next time you manually set the clock.
So if you deployed this "patch" on your Win2K machines in a corporate environment, the time is going to be wrong when everybody shows up on Monday.
I called GoDaddy and they told me "we're having network issues. We've been having them for a while. I don't know when they'll be fixed but they should be soon." My site is now resolving ( http://wrongplanet.net/ ) but it wasn't resolving when i called. He didn't say anything about daylight savings time and some of my other domains with godaddy had no problems.
The Television Wiki
Here is how I updated a Linux machine (Debian Woody) for Eastern
:) /etc/localtime /etc/localtime -> /usr/share/zoneinfo/US/Eastern, /root/dst2007 /root/dst2007 /usr/share /root/dst2007/zoneinfo/ . /usr/share/zoneinfo/America/New_York /etc/localtime /etc/localtime | grep 2007
time, if anyone is interested. Some of the information I found on
thar Intraweb was, well, sloppy, and it took some trial-and-error.
The following was exactly what I typed, and it "took" correctly
this morning, with a nice 1-hour gap in the Apache log at 2am. I
don't know if this is the best way, but it worked.
su -
# root password, of course
ls -l
# (mine said:
# in case we have to reverse the procedure below)
mkdir
cd
wget ftp://elsie.nci.nih.gov/pub/tzdata2007c.tar.gz
tar -xzf tzdata2007c.tar.gz
zic -d zoneinfo northamerica
cd
mv zoneinfo zoneinfo.old
mv
ln -sf
zdump -v
# (should include Mar 11 in listing)