You can generate a table of sunrises and sunsets from the US Naval Observatory, http://aa.usno.navy.mil/data/docs/RS_OneYear.php . Unfortunately I don't see a way to link directly to the table; Moscow is 55 45 N, 37 36 E, and now four hours east of Greenwich. From their location, they're "naturally" around UTC+2:30 (37.6 degrees, divided by 15 degrees per hour). The table says that in late December the sun will rise…
Update your timezone defs: Russia abolishes winter time (DST)
91–100 of 122 posts
Re: Update your timezone defs: Russia abolishes winter time (DST)
#92Indiana just went to daylight savings a couple of years back. Pissed me off - the new Republican governor said it would attract jobs (which is the reason anybody ever does anything in Indianapolis), and the success of that was predictable.
I live in the Pacific time zone, and for a long time I've been tempted to reset my clock to Pitcairn Island time, which is just like Pacific time, but without observing daylight savings. Haven't made the jump yet, but it's only a matter of time before some stupid DST error fills me with enough rage.
Re: Update your timezone defs: Russia abolishes winter time (DST)
#93[deleted]
The US DST change in 2007 cost an estimated $500 million to $1 billion: http://www.csmonitor.com/2007/0307/p02s01-stct.html DST has cost me many hours spent debugging. I will be very happy if/when it is abolished in the US.
The clock is broken.
Re: Update your timezone defs: Russia abolishes winter time (DST)
#94Re: Update your timezone defs: Russia abolishes winter time (DST)
#95Earlier quoted context omitted.
Well while we're at it, what's the fetish with 10? We should use powers of 2 for everything :)
I would prefer base-12; it has a lot of benefits. See http://en.wikipedia.org/wiki/Duodecimal , especially http://en.wikipedia.org/wiki/Duodecimal#Comparison_to_other_... Instead of changing our clocks, we could just change our numbering system. Having 50 (that's 5 x 12) seconds per minute, 50 minutes per hour, and 20 hours per day seems perfectly reasonable.
Re: Update your timezone defs: Russia abolishes winter time (DST)
#96Earlier quoted context omitted.
Why stop there? Lets have base 1024, you can count to that on your fingers too! http://en.wikipedia.org/wiki/Finger_binary
No, you can represent it with your fingers but not count it. By 'count' I mean an ordinal traversal of the sort you teach kids.
Re: Update your timezone defs: Russia abolishes winter time (DST)
#97Earlier quoted context omitted.
Lousy farmers...
Actually the farmers in my family have to reprogram their clocks twice a year to avoid DST, since cows are incredibly sensitive to their milking schedule and the twice-a-year hourly shift really screws with the herd. I would go so far as to say that farmers hate DST more than programmers/sysadmins do.
Re: Update your timezone defs: Russia abolishes winter time (DST)
#98Hope that Berlusconi in one of his delirious of madness will do the same for Italy. But I want to stay always in DST, that in Italy means more daylight.
Re: Update your timezone defs: Russia abolishes winter time (DST)
#99Earlier quoted context omitted.
Choosing a radix is a balance between the number of prime factors (and brevity) and the number of symbols to keep track of. I think twelve strikes a good balance as well.
But 12 only gains you one more factor that's not a power of 2, and is 30 times more difficult to implement (operation tables have 144 cells for base 12, compared to 4 cells for base 2).
Re: Update your timezone defs: Russia abolishes winter time (DST)
#100Earlier quoted context omitted.
I would prefer base-12; it has a lot of benefits. See http://en.wikipedia.org/wiki/Duodecimal , especially http://en.wikipedia.org/wiki/Duodecimal#Comparison_to_other_... Instead of changing our clocks, we could just change our numbering system. Having 50 (that's 5 x 12) seconds per minute, 50 minutes per hour, and 20 hours per day seems perfectly reasonable.
Choosing a radix is a balance between the number of prime factors (and brevity) and the number of symbols to keep track of. I think twelve strikes a good balance as well.
There is a currency based on it (with the provably least number of coins necessary to make any kind of change), ternary logic, balanced ternary is especially cool, etc.