Live data from Hacker News

Update your timezone defs: Russia abolishes winter time (DST)

timeanddate.com

81–90 of 122 posts

Re: Update your timezone defs: Russia abolishes winter time (DST)

#81
post #76

Earlier quoted context omitted.

> having one time zone for a country approximately the same size as Canada (5,000km wide) seems silly Why? In America, people already get up at 7am (insert your own time here, obviously) regardless of what the local sunrise actually is - which varies based on how far north or south you live. It's pretty arbitrary. But one time zone at least makes the arbitraryness easier on coders.

It's arbitrary to a degree, but having a single timezone for Russia, or even the US, would amplify the effect. It's no big deal now because you are used to season changing, sunrise changing, etc - but if suddenly you had to get up for work and endure, say, 5 hours of darkness, or perhaps only 1 hour of daylight left..... it would be ugly. That's why we have timezones.

Couldn't you just get up at, say, noon, work from 2pm until 10pm, and go to bed at 4am? This would be a bit confusing at first but it's basically what people do now. Solar noon would be at a different chronological time for everyone outside of GMT but you'd only have to make the adjustment once, plus it would provide an economic stimulus to compass manufacturers :-)

Re: Update your timezone defs: Russia abolishes winter time (DST)

#82

Earlier quoted context omitted.

We often (jokingly) measure time in kiloseconds around my office. As rue points out, that's just a bit over fifteen minutes, so its actually a useful unit. "See you in the conference room in 2 ksecs..." Put a bunch of geeks together too long and this is what happens.

Real geeks use milli-fortnight

Indeed.

http://www.google.com/search?q=fortnight+/+1000

1 fortnight / 1000 = 20.16 minutes

Re: Update your timezone defs: Russia abolishes winter time (DST)

#83
post #80

Earlier 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.

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)

#84
post #28

Can we all just have a 24 hour clock based on GMT, no other timezones, and no daylight savings time? It seems a whole lot easier to change our time format just once and get used to it... instead of half of us changing the clocks twice a year, the other not, drawing all these weird lines all over (grumble India grumble), and keeping track of it all.

[deleted]

Re: Update your timezone defs: Russia abolishes winter time (DST)

#85
post #28

Can we all just have a 24 hour clock based on GMT, no other timezones, and no daylight savings time? It seems a whole lot easier to change our time format just once and get used to it... instead of half of us changing the clocks twice a year, the other not, drawing all these weird lines all over (grumble India grumble), and keeping track of it all.

First, most humans are extremly reluctant to any changes. You see, US are still using imperial units and Fahrenheit scale. Second, timezones are used for globally-recognizable time of a day. No matter where you are on Earth, 08:00 (by 24-hour scale) is certainly in the morning, and 20:00 is evening.

Even China, which is officially on one timezone, has local "un-official" timezone.

Re: Update your timezone defs: Russia abolishes winter time (DST)

#86
post #66
post #38

Earlier quoted context omitted.

USSR did exactly that, historically (there was one time; Moscow time).

No. USSR was always divided into several time zones. Moscow time is just a soviet analog of GMT. http://en.wikipedia.org/wiki/Time_in_Russia#Developments

Ah! You're right -- but a lot more civilian-visible things (train schedules, etc.) were specified in Moscow Time throughout the USSR, whereas in the US it is very rare to use Zulu time/UTC or even DC time for anything.

Re: Update your timezone defs: Russia abolishes winter time (DST)

#87
post #28

Can we all just have a 24 hour clock based on GMT, no other timezones, and no daylight savings time? It seems a whole lot easier to change our time format just once and get used to it... instead of half of us changing the clocks twice a year, the other not, drawing all these weird lines all over (grumble India grumble), and keeping track of it all.

No! Even better! "Metric time" - a minute has 100 seconds, an hour 100 minutes, a day is 10 hours (100,000 seconds). Makes perfect sense on a space station so we'll have to face it sooner or later.

Already done: http://en.wikipedia.org/wiki/Swatch_Internet_Time

And loads of date parsing / string emitting libraries already handle it :)

Re: Update your timezone defs: Russia abolishes winter time (DST)

#88
post #46

Earlier quoted context omitted.

Well while we're at it, what's the fetish with 10? We should use powers of 2 for everything :)

Most of us have 10 fingers, which makes counting easy (although you can count to 12/20/24/40 on your fingers too, I admit).

Why stop there? Lets have base 1024, you can count to that on your fingers too!

http://en.wikipedia.org/wiki/Finger_binary

Re: Update your timezone defs: Russia abolishes winter time (DST)

#89
post #77
post #52

Earlier quoted context omitted.

Powers of ten are easy to manage in base 10?

Yeah, but once you move everything to base 2, you won't have to deal with those pesky powers of 10 anymore ;)

Base 2? Nonono, everything is always base 10.

(If you don't get it, think about it longer.)

Re: Update your timezone defs: Russia abolishes winter time (DST)

#90
post #88

Earlier quoted context omitted.

Most of us have 10 fingers, which makes counting easy (although you can count to 12/20/24/40 on your fingers too, I admit).

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.
Post reply on HN