top | item 2528095

Samoa to jump forward in time by one day

111 points| JacobAldridge | 15 years ago |bbc.co.uk | reply

73 comments

order
[+] JacobAldridge|15 years ago|reply
For some historical context, losing one day is minor (as long as your birthday isn't 28 December) as compared to the 11 days that were 'lost' in the transition from Julian to Gregorian calendars.

And lest you think that's an historical artifact (to be fair, they didn't worry about sysadmins in Renaissance Rome circa 1582) many Orthodox / Eastern European countries like Russia, Greece, and Turkey made that change in the 1920s [1].

And yes, that's why Russia's October Revolution took place in November, 1917.

[1] http://en.wikipedia.org/wiki/Gregorian_calendar#Timeline

[+] hugh3|15 years ago|reply
I was on a recent trans-Pacific flight where they announced after landing that one of the flight attendants had completely skipped over her birthday (we crossed the IDL at about midnight) so we gave her a round of applause for sacrificing her birthday in the name of duty.

I cross the IDL semi-frequently and it always depresses me. It depresses me when I completely skip a day going west, and it depresses me when I fly back the other way and have to live through the same day twice.

[+] corin_|15 years ago|reply
Here's a question that's purely hypothetical, and is so unlikely to ever need answering that is basically isn't worth asking, but I'm intrigued none-the-less.

Let's say there is <something> that requires a certain length of time, whether it is a 3 day waiting period to buy a gun (totally made up law, I have no idea about Samoan laws), or some prize given to any Samoan who turns 100 years old. Would it go by number of actual days, i.e. how many 24 hour periods have passed, or would it go by date?

Yeah, two terrible examples, and like I said, I doubt the answer would ever have any practical use. And for that reason, perhaps there is no definitive answer. Is there?

[+] bruce511|15 years ago|reply
IANAL but I would have thought this is really no big deal.

If the stipulation is in days (eg 3 days cooling off) then 3 days is 3 days - the date doesn't matter.

If the stipulation is months or years, then the missing day is simply ignored.

I mean, we have a February 29 every 4 years. We already have "months" being an indeterminate number of days (28, 29, 30, 31). So December will have 30 days instead of 31. Big deal. Lots of countries have a time change twice a year, and it doesn't cause any major issues.

For the sake of computer "elapsed time" (interest calculations and so on) it's equally a non-event. The easiest way to handle interest for example is just to treat the missing day as if it had occurred. So it was a really short day, a holiday, which you slept through. Folks will still get paid for the "whole month" of December and so on.

I'm not sure what they'll do, but as long as it's trivially simple I suspect people will adapt very easily.

The worst that'll happen is that everyone will miss out on a whole Wednesday worth of TV. Bummer!

[+] srgseg|15 years ago|reply
Legal contracts normally state "days" or "business days", and often then later specifically define these terms, e.g.

"Business Day means a day on which trading banks are open for business in London, United Kingdom excluding a Saturday, Sunday or public holiday."

This therefore leaves no room for doubt. A skipped day would not count as a day or business day.

[+] nandemo|15 years ago|reply
More realistic examples: loans, fx swaps, or anything related to interest rates.
[+] trampsymphony|15 years ago|reply
In theory, you should still have to wait the full period. But in practice, it depends on whether the software actually counts elapsed time like a stopwatch (unlikely) or just calculates a future date for release of the gun. As long as the system clock got updated, it would probably OK your gun a day early.
[+] ars|15 years ago|reply
Here's a picture of the date line in that area: http://upload.wikimedia.org/wikipedia/commons/6/61/Internati...

There's one spot where you can cross the date line 3 times traveling strictly west to east and not changing your latitude!

[+] vorg|15 years ago|reply
Judging from the map, it looks like the Cook Islands and Tokelau, both NZ protectorates, could be the next to switch.
[+] gpambrozio|15 years ago|reply
This could easily be a xkcd comic. What a mess...
[+] MicahWedemeyer|15 years ago|reply
How long are we going to continue sharing this hallucination of "time zones"? Long live UTC, the one true time. Death to all the pretenders!
[+] corin_|15 years ago|reply
Until you can pursuade the majority of the world that they should have dark days and sunlit nights.
[+] bdunbar|15 years ago|reply
Until we all stop living on a globe.
[+] jonnathanson|15 years ago|reply
Our internal "clocks" are calibrated to the rising and setting of the sun with respect to our present location. Unless the Earth were literally flat and did not rotate on an axis, "universal time" would not work.
[+] JonnieCache|15 years ago|reply
...a great disturbance in the Net, as if millions of Samoan sysadmins cried out in terror and were suddenly silenced. I fear something terrible has happened.
[+] CWuestefeld|15 years ago|reply
But this is the easy one. Imagine the pain if they had to go backwards, repeating the same day twice!

(of course, we do that on a smaller scale in the USA once a year, when we set the clocks back from DST)

[+] rickdangerous1|15 years ago|reply
The comment about why they moved the calandar 119 years ago to be closer to the USA had me perplexed. I guessed it would have been too early for Samoa to get a telegraph station and therefore I couldn't understand the need to move the date. But looking at this http://goo.gl/wIaTb it seems to me that they got the telegraph in 1880 or there abouts...which precipitated the need for first change.
[+] iwwr|15 years ago|reply
Similar problems are for people doing business in Europe and the Middle East. Some countries have Thursdays and Fridays off, others have Fridays and Saturdays. In Israel, Friday is a half working day.
[+] ComputerGuru|15 years ago|reply
I went to university in the West Bank for a year - we had Friday off, Saturday class, Sunday off. It was crazy.
[+] kinofcain|15 years ago|reply
If this interests you, and/or if you need to properly handle these kind of things in your code, it's good to keep up with the ZoneInfo/TZ Database and the associated mailing lists.

http://en.wikipedia.org/wiki/Tz_database http://cs.ucla.edu/~eggert/tz/tz-link.htm

Luckily for most people the ZoneInfo DB is part of the OS and gets updated with your system updates, but if you care about time in your app, you need to be aware of these.

Governments dictatorial and democratic alike love to screw with the engineers of the world by changing this stuff around all the damn time.

[+] beagle3|15 years ago|reply
> Luckily for most people the ZoneInfo DB is part of the OS and gets updated with your system updates

Actually, that's NOT true, because most people use Windows, whose TimeZoneDB is horribly implemented, and only cares about the present (and only if you updated recently). If you ask it about 2003, it will answer with today's rules, not with the rules that were in effect in 2003.

While this is just a little bad for the US (rules changed only twice in the last 50 years), in some countries they have changed every other year, or they cannot be expressed with the rules that Windows has.

Windows date and time handling is a joke.

[+] dpkendal|15 years ago|reply
“Never trust Australians. They live a whole day in the future and they never tell us what’s going to happen.”

(I bet Samoa will join this conspiracy of silence when they make the jump.)

[+] tuhin|15 years ago|reply
"In doing business with New Zealand and Australia, we're losing out on two working days a week."

Are not they gaining two days in the 5 day week. Just like US-India, there is always somebody from the company working and available due to the 12-13 hour gap.

[+] corin_|15 years ago|reply
Your example is talking about a company having longer working hours because half of it's staff are working at any one time (maybe with some overlap).

This change is because Simoa does business with people/companies in Australasia, so they want as much time when both time zones are working as possible, not to get the longest combined amount of work time between the two zones.

That said, because they are on the International Date Line, they are moving their calendar by exactly 24 hours, so their day/night (i.e. working hours) will still have the same relationship with those in Australasia. The difference is that, after this change, they will have five weekdays that overlap with Australasia's five weekdays, whereas right now they only have three, as demonstrated in the BBC story.

[+] IDisposableHero|15 years ago|reply
It doesn't say which day they'll skip.

I'd pick a Monday.

[+] fredoliveira|15 years ago|reply
It does. They're skipping december 28, which is a Wednesday.
[+] jschuur|15 years ago|reply
Sounds like somebody has a case of the Mondays :(
[+] joshaidan|15 years ago|reply
I wonder if this would cause problems for daily cron scripts that run tasks by checking the date against == rather than than <. Not to mention monthly scripts that happen to run on that particular lost day.

Anyway, I love the passionate discussion programmers have when it comes to dates. Remember, it's only 86400 seconds that they are losing.

[+] Djehngo|15 years ago|reply
Anyone fancy going to a some websites, setting your time-zone to Samoa and putting 28 dec 2011 into some date fields (birthday, shipping date etc.) to see which ones crash?
[+] graywh|15 years ago|reply
Why not wait until the next leap day and skip that?
[+] duck|15 years ago|reply
Maybe because time == money?
[+] orofino|15 years ago|reply
Shouldn't the onus fall on the commercial sector to conduct business at the time that makes the most sense? If this means shifting the work week by a day for your employees so that you can do more business with your largest customers, then so be it.

This would yield flexibility, what about all the Samoan companies that still do most of their business with the US?

[+] jkahn|15 years ago|reply
The Samoan companies that do business mainly with the USA are in a minority. They're also a heavily religious and family-oriented culture and aren't about to start working on Sunday. It sounds like you might be confusing Samoa with a more business-oriented culture.
[+] urbanjunkie|15 years ago|reply
Smart move - I was thinking whether this might act as a model of how other trading blocs to be more closely temporally clustered, but I think this is a special situation, facilitated by the date line and the geographical proximity of Samoa to Australia.

IOW - probably wouldn't work if eg India and Brazil wanted to get cosy.

[+] bzupnick|15 years ago|reply
im sorry samoa but, thats ridiculous. Whats going to be the date? are they also gonna skip a day like that? and a day isnt just some thing. its a pattern that dates back thousands of years just for them to disrupt that pattern
[+] corin_|15 years ago|reply
Even if you don't understand the basic concepts of the International Date Line, bother to read the article: it's not "a pattern that dates back thousands of years".

  The change comes 119 years after Samoa moved in the opposite direction.
What's going to be the date? Again, from the article you could see that they will skip from December 27th to December 29th, missing the 28th. So the date will be December 29th.

As to "a day isn't just some thing", a day is a 24 hour period as defined by how long it takes a planet to rotate on its axis. They aren't changing that, their days will still last 24 hours. Dates, however, are indeed just some thing, purely defined by humans, and there have been multiple different calendars over the years. See http://en.wikipedia.org/wiki/History_of_calendars

Samoa sits practically right on the International Date Line, this is the line where GMT -12 meets GMT +11, so that you are travelling forwards or back 24 hours whenever you cross over it, depending on your direction. Therefore, whichever side of the IDL they chose to base their time and date on, the time will still fit the day as we know it (i.e. dark at night). And, whichever side of the IDL they chose to base their time on, there will always be other islands very, very close to them that are 24 hours (i.e. one whole day) away from them.

Ultimately, the only difference this makes is whether their weekends coincide with those of the Americas, or those of Australasia. Since, in the past 119 years, their businesses have moved from mostly dealing with the Americas to mostly dealing with Australasia, so it makes sense to move back to being in sync with Australasia.

[+] wcoenen|15 years ago|reply
1) They just picked a new time zone which is more convenient for doing business with their neighbours. No dates disappeared, the new time zone just happens to be off-set 24 hours from the old one. Timestamps can still be converted between the old and the new time-zone, just like you can do the conversion for any other pair of time-zones.

2) The Gregorian calendar was introduced in 1582, not "thousands of years" ago.

[+] starwed|15 years ago|reply
Did you... read the article?
[+] astrec|15 years ago|reply
For quite some years every other Sunday I'd leave home1 early evening and arrive at home2 early Tuesday morning, having travelled on average about 21 hours (all those mandatory inspections of my underpants, you see), thereby skipping an awful lot of Mondays.

A day really is just a thing: I'm not any younger.