Slashdot Mirror


Samoa and Tokelau Are Skipping December 30th

ocean_soul writes "Starting January 1, 2012 Samoa and Tokelau will be in time zone +13 instead of -11. This means there will be no December 30, 2011 in these countries. The decision to switch time zone was based on the changing international business relations of Samoa. Samoa had adopted the -11 time zone to make business with the U.S. easier. However, currently Samoa's most important trading partners are Australia and New Zealand. By switching time zone the work-weeks and week-ends on Samoa and Tokelau will be synchronized with those in Australia and New Zealand."

140 comments

  1. SIgn of the "times" by LostCluster · · Score: 2

    DST changes in the USA caused times to be odd on certain devices such as VCRs to incorrectly make the change... what's Samoa's tech devices thinking for time zone updates or will everybody have to do a lot of twisting to their watch. For anybody with any interest in what goes on there this is a big tech story.

    1. Re:SIgn of the "times" by sconeu · · Score: 4, Informative

      No change in time. -11 = +13 mod 24.
      The only change is the date.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    2. Re:SIgn of the "times" by InterestingFella · · Score: 4, Funny

      But how does Thailand handle unixtime? It's already year 2555 there. That's way past 32-bit int.

    3. Re:SIgn of the "times" by Empiric · · Score: 1

      Going by your sig, I think you should get a bonus +1 Informative for your sheer dedication to posting on Slashdot alone...

      --
      ~ Whence do you come, slayer of men, or where are you going, conqueror of space?
    4. Re:SIgn of the "times" by tepples · · Score: 2

      But how does Thailand handle unixtime?

      UNIX time is seconds since 1970-01-01 00:00 UTC minus the accumulated count of leap seconds. Thailand just counts it using days since whatever Thai date corresponds to the Gregorian date 1970-01-01.

      It's already year 2555 there.

      Yeah, and it's 5772 in Hebrew years, which roughly correspond to the time since Adam and Eve were created.

    5. Re:SIgn of the "times" by Anonymous Coward · · Score: 1

      My guess is that their VCRs are still very excited about it being 12:00.

    6. Re:SIgn of the "times" by neurocutie · · Score: 1

      yup, worse than Y2K I would imagine. It is going to be a horror show from a tech/accounting POV, for those countries and for anyone globally that cares to ever know about or interact with them.

      off hand, for Unix types, you'll have to know not only what timezone, but also the exact locality to get the calendar right. Does current time code even have the sufficient smarts currently to handle specific countries CHANGING their TZ on a particular date? I kinda doubt it...

    7. Re:SIgn of the "times" by LostCluster · · Score: 3, Interesting

      This makes me wonder. Are people going to be paid/charged interest for a non-existing 12-30-11 there?

    8. Re:SIgn of the "times" by InterestingFella · · Score: 5, Funny

      If you go to north pole and keep running around the pole in same direction, crossing timezones, you can go infinitely back or forward in time!

    9. Re:SIgn of the "times" by Anonymous Coward · · Score: 0, Troll

      The typical shortsightedness and pedantry I'd expect from someone with a UID like yours. He specifically mentioned VCRs and related electronics. All of them track and calculate the date. Do you not think this change in date will affect these things? Or did you just want a chance to write an equation with a modulus operation?

      Go out and try to get fucked. Hit on 20 girls, and you'll get at least one out of the bar. The naked man technique works 2 out of 3 times. Write an equation for that, and you'll know how many girls you have to hit on to get fucked.

      I'm going to go get fucked tonight after I'm done with this 8 to 5 shift. Responding like this to nerds like yourself is what I do during those 3 minute hourly breaks.

    10. Re:SIgn of the "times" by Cyberax · · Score: 2

      Sure it does. A lot of countries change DST rules all the time.

    11. Re:SIgn of the "times" by Anonymous Coward · · Score: 0

      LostCluster as of 12/28/11 is being held in captivity involuntarily by Dr. David McGarry of Worcester State Hospital.

      Tell us more about this?

    12. Re:SIgn of the "times" by ciotog · · Score: 1

      Someone please mod parent "whoosh!"

    13. Re:SIgn of the "times" by ceoyoyo · · Score: 1

      "UNIX time is seconds since 1970-01-01 00:00 UTC minus the accumulated count of leap seconds."

      In other words, it's seconds since 1970-01-01 00:00 UT.

    14. Re:SIgn of the "times" by Anonymous Coward · · Score: 0

      When the US changed it's daylight savings time to the new date my VCR was off for weeks because the cable system "Comcast" refused to send the correct pulse to change over. Never found the reason for it and don't care now a days since no longer use the VCR and now on FIOS.

      Note my VCR was one of those auto date/time update off the cable system, which was the saleing point that you never had to set it in case of a power outage.

    15. Re:SIgn of the "times" by ceoyoyo · · Score: 3, Interesting

      Yes. Apparently they're paying people who were scheduled to work on Dec. 30. I assume they'll charge interest too.

    16. Re:SIgn of the "times" by ceoyoyo · · Score: 5, Informative

      Until you hit that darn international date line.

    17. Re:SIgn of the "times" by mj1856 · · Score: 4, Informative

      Does current time code even have the sufficient smarts currently to handle specific countries CHANGING their TZ on a particular date?

      Yes. Linux/Unix has a long history of tracking timezone changes for specific countries, states, provinces, etc. It's called the Olsen Timzone Database. It was recently taken over by IANA, and is hosted here http://www.iana.org/time-zones

      They are discussing this specific issue here:
      http://mm.icann.org/pipermail/tz/2011-December/008458.html

      This makes me wonder. Are people going to be paid/charged interest for a non-existing 12-30-11 there?

      It depends. I work for a time and attendance company as software developer, so I have some insight. Basically, this is handled just like a DST change, but for a much longer period.

      Many timekeeping systems (hardware and software alike) just keep track of "local time". Some have the ability to keep a list of DST changes that need to be applied at specific times, and some use NTP or other protocols to sync their clocks and pickup timezone changes that way. While these systems handle "spring-forward" changes ok, they are usually flawed in the way they handle "fall-back". If someone clocks in or out DURING the fall-back period, there is no way to tell if they get an extra hour or not, because there is no recorded distinction between the two times that are both called the same thing. The good thing about DST is that the change usually happens in the middle of the night, which minimizes the number of manual corrections that have to be made.

      The solution to all of this, of course, is recording time as UTC and converting it for proper display depending on context. Some systems out there caught on early, but really this idea is just now making its way into the market. This is where the timezone database is very valuable. Windows also has a timezone database (different than the Olsen DB), but Microsoft only pushes it out every few months (via windows update), so it is often behind in various parts of the world. Microsoft timezone info here: http://blogs.technet.com/b/dst2007

      Since Samoa and Tokelau are skipping a day, this is a "spring-forward" scenario - which is very easy to calculate. It is highly unlikely that they will have issues with paying an extra day (or charging an extra day's interest), as long as they consider the change like any other DST change. I would think that this is big news there, so anyone with custom code will probably be aware of the situation and make the correction.

      Of course, if you have a bank account in another country, they are going to say a big "screw you" to your request to be charged one day's less interest just because your homeland is skipping a day. :)

    18. Re:SIgn of the "times" by neurocutie · · Score: 1

      Does current time code even have the sufficient smarts currently to handle specific countries CHANGING their TZ on a particular date?

      Yes. Linux/Unix has a long history of tracking timezone changes for specific countries, states, provinces, etc. It's called the Olsen Timzone Database.

      The solution to all of this, of course, is recording time as UTC and converting it for proper display depending on context.

      Since Samoa and Tokelau are skipping a day, this is a "spring-forward" scenario - which is very easy to calculate.

      ok, but the question is whether existing code in routine use (Unix: date(1), ctime(3), and similar functions in Windows), actually makes use of this database and regularly gets updates from this DB.

      Sure the display from UTC is relatively easy, although is currently deploy code (OS's, applications, etc in common use), *already* set up to handle this? But going from dates to UTC is somewhat more tricky. What do commonly used OSs, apps, do about a user that is entering NONEXISTENT dates, like Dec 30, 2011 *in that locality* (but not necessarily in the locality of the user)? I guess dates are meaningless unless accompanied by the locality of the date.

    19. Re:SIgn of the "times" by Greyfox · · Score: 1
      It's TAI. Or GMT. Or Zulu time. Of all the things it possibly is, UTC is not one of them.

      Linux systems can be configured to count leap seconds, but I've never seen one actually set up that way. I'd just as soon work in TAI most of the time and check the lookup tables myself if I need to adjust the time. At least that way I know I'm not accidentally deducting leap seconds twice or something. It's a huge pain in the ass to deal with just to know when the sun is exactly overhead.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    20. Re:SIgn of the "times" by Anonymous Coward · · Score: 5, Funny

      Just jump over it.

    21. Re:SIgn of the "times" by ceoyoyo · · Score: 1

      UT and UTC are not the same. It does turn out I remembered it wrong - UT is mean solar time, the successor of GMT, also known as Zulu time, and is kept by observing quasars. Since it's mean solar time, just like GMT, it doesn't have a constant number of seconds per year, and none of them are the basis for unix time.

      UTC is TAI plus leap seconds (of both signs). It's an approximation of UT.

      TAI is the one I meant.

    22. Re:SIgn of the "times" by Anonymous Coward · · Score: 0

      He also mention DST, Timezones and watches which implies he was talking about time vs date. I know you are excited to have a girlfriend and want to tell everyone how you're getting laid tonight but try to act like it's not such an uncommon thing.

    23. Re:SIgn of the "times" by mj1856 · · Score: 2

      What do commonly used OSs, apps, do about a user that is entering NONEXISTENT dates, like Dec 30, 2011 *in that locality* (but not necessarily in the locality of the user)? I guess dates are meaningless unless accompanied by the locality of the date.

      Exactly. There are a whole slew of dates/times that simply do not exist in certain timezones. As an example, March 13, 2011 at 2:30 AM in Eastern Time (usa), which is smack in the middle of a "spring-forward" DST change. Say you use the TimeZoneInfo class in .Net Framework to convert from this non-existant time to UTC:

      (c# code)
              var tz = TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time");
              var localTime = new DateTime(2011, 3, 13, 2, 30, 0);
              var utcTime = TimeZoneInfo.ConvertTimeToUtc(localTime, tz);

      You will get an ArgumentException with the message "The supplied DateTime represents an invalid time. For example, when the clock is adjusted forward, any time in the period that is skipped is invalid."

      I'm assuming other languages/frameworks/os's do similar things, either throwing an exception, or returning null, NaN, or similar.

      In regards to regular updates, Windows gets timezone updates from Microsoft via Windows Update. According to Wikipedia, Linux updates of the TZ database are different depending on distribution: http://en.wikipedia.org/wiki/Tz_database#Maintenance

    24. Re:SIgn of the "times" by Anonymous Coward · · Score: 0

      Time includes date.

    25. Re:SIgn of the "times" by Anonymous Coward · · Score: 0

      Does current time code even have the sufficient smarts currently to handle specific countries CHANGING their TZ on a particular date?

      Shouldn't be a problem. But it seems the new zoneinfo files haven't been rolled out yet. Was this some last minute change decided without enough time to actually implement the change? Here is what date tells me on Ubuntu 10.04:

      $ TZ=Pacific/Samoa date -d @1325293200
      Fri Dec 30 14:00:00 SST 2011

    26. Re:SIgn of the "times" by mjwx · · Score: 3, Funny

      But how does Thailand handle unixtime? It's already year 2555 there. That's way past 32-bit int.

      Considering that Unixtime only started in 2514.

      Epoch fail.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    27. Re:SIgn of the "times" by niktemadur · · Score: 1

      Zulu time is kept by observing quasars.

      Wait, shouldn't that be pulsars?

      --
      Lil' Thindime, lilting a lacrimose lament, krashes the kwaint konfines of Kokonino Kounty
    28. Re:SIgn of the "times" by Anonymous Coward · · Score: 0

      If you sitting exactly on the South Pole what time is it?

    29. Re:SIgn of the "times" by ArsenneLupin · · Score: 1

      Sure the display from UTC is relatively easy, although is currently deploy code (OS's, applications, etc in common use), *already* set up to handle this?

      Yes. Or at least those written by software engineers rather than painters. So utilities like date and ls are probably ok, whereas firefox and thunderbird might not.

    30. Re:SIgn of the "times" by nobaloney · · Score: 1

      And what about the Jewish residents and the Muslim residents (probably more Muslim than Jewish) who are very invested in the day of the Sabbath. What do they do?

    31. Re:SIgn of the "times" by mj1856 · · Score: 1

      Time to see a proctologist

    32. Re:SIgn of the "times" by neurocutie · · Score: 1

      so you mean that if I go to Samoa today, fired up a Unix/Linux/BSD and type "cal 12 2011", I will get this:

      $ cal 12 2011
         December 2011
      Su Mo Tu We Th Fr Sa
                  1  2  3
      4  5  6  7  8  9 10
      11 12 13 14 15 16 17
      18 19 20 21 22 23 24
      25 26 27 28 29    31

      And date 201112300000?

      $ date 201112300000
      Non-existent date

    33. Re:SIgn of the "times" by ArsenneLupin · · Score: 1
      Seems my Ubuntu is not yet up-to-date. However, a bug has "already" been logged.

      Once fixed, date will act as expected (but the actual message will be date: invalid date `201112300000'), but not cal (cal will black the correct current day rather than yesterday, but still display the non-existent December 30th. The Gregorian fortnight in September 1752 is a hard-coded special case.) Just witness a similar case in Kirimati:

      > TZ=Pacific/Kiritimati date -d @$((9131*86400))
      Sat Dec 31 14:00:00 LINT 1994
      > TZ=Pacific/Kiritimati date -d @$((9132*86400))
      Mon Jan 2 14:00:00 LINT 1995
      > TZ=Pacific/Kiritimati date 010100001995
      date: invalid date `010100001995'

      ==> date behaves as expected.

      However cal shows a non-existent January 1st 1995:

      > TZ=Pacific/Kiritimati cal 1 1995
      January 1995
      Mo Tu We Th Fr Sa Su
      .. .. .. .. .. .. .1
      .2 .3 .4 .5 .6 .7 .8
      .9 10 11 12 13 14 15
      16 17 18 19 20 21 22
      23 24 25 26 27 28 29
      30 31
      (display garbled by Slashdot's lack of <pre>, so I had to compensate with periods for legibility, sorry)

    34. Re:SIgn of the "times" by Anonymous Coward · · Score: 0

      If three people doing it is a threesome
      And four people doing it is a foursome..
      You must be handsome.

  2. Your math does not calculate by InterestingFella · · Score: 2, Informative

    If they change on January 1, then December 30 would already been passed at that point. So, that would mean it's already Dec 30 there right now and it cannot be Jan 1 yet according to any time zone. The math is fail.

    1. Re:Your math does not calculate by Yvan256 · · Score: 2

      I'm more confused about the fact that my calendar tells me there's a december 31st. Are they going to go "december 29th, december 31st, january 1st"?

    2. Re:Your math does not calculate by Anonymous Coward · · Score: 0

      Yes. Because they didn't want to lose the New Year's Eve parties. They have their priorities in order.

    3. Re:Your math does not calculate by owlstead · · Score: 2

      "This means there will be no December 30, 2011 in these countries." You've just shown that you can skip calendar dates, congratulations!

    4. Re:Your math does not calculate by Convector · · Score: 1

      Yes, they're losing a day by effectively crossing the international dateline westward.

    5. Re:Your math does not calculate by InterestingFella · · Score: 2, Funny

      Bah, you westerners with your stupid one new year. I will celebrate western new year tomorrow, then in January I'll be in China when it's Chinese new year, and finally in April I will be in Thailand when it's Thai new year. Yay, three new year parties for me!

      (and the Songkran will have country-wide free-for-all water fight, with insane amount of hot girls and ladyboys in wet t-shirts. Woohoo!)

    6. Re:Your math does not calculate by Yvan256 · · Score: 1

      But according to the summary they will do that starting january 1st, 2012. The day before that isn't/wasn't the 30th, it was the 31st.

    7. Re:Your math does not calculate by Anonymous Coward · · Score: 2, Informative

      We showed that we can skip calendar dates, on several occasions. E.g. when the 'catholic' world switched from the Julian to the Gregorian calendar in 1582-4. Then most of western Europe and the Americas in 1752-3. Eastern Europe in 1918, etc.

      http://www.searchforancestors.com/utility/gregorian.html

    8. Re:Your math does not calculate by owlstead · · Score: 1

      Not according to the article. Fortunately, they don't retrofit the dates in history, they have gone forward 3hours already + switching dates... Wikipedia tells me the same, as does the television journal at home (which I am currently listening to as I'm posting this). Summary is wrong (gosh, what a surprise).

    9. Re:Your math does not calculate by owlstead · · Score: 1

      My post is wrong as well of course, it's not 3 hours ahead and - 1 day.... It was 21 hours later than Sydney, now it's 3 hours ahead according to the article.

    10. Re:Your math does not calculate by Penguin · · Score: 4, Interesting
      .. and cal even supports it:

      $ cal 9 1752
      September 1752
      Su Mo Tu We Th Fr Sa
      1 2 14 15 16
      17 18 19 20 21 22 23
      24 25 26 27 28 29 30

      ... however it's not that effective as locale is not taken into consideration. As your link mentions, "only" England+Scotland+colonies switched at that point.

      --
      - Peter Brodersen; professional nerd
    11. Re:Your math does not calculate by Anonymous Coward · · Score: 0

      yes they are.

    12. Re:Your math does not calculate by digitig · · Score: 1

      Go via Russia and you have a chance of another Christmas.

      --
      Quidnam Latine loqui modo coepi?
    13. Re:Your math does not calculate by Anonymous Coward · · Score: 0

      The math is fail.

      Ironically, the english has failed as well.

    14. Re:Your math does not calculate by catbutt · · Score: 2

      Probably because dec 31, 2011 is in lots of legal contracts. If you eliminate that date, you have a lot more chances for people to try to weasel their way out of contracts, and more work for courts.

    15. Re:Your math does not calculate by fotoguzzi · · Score: 1

      But Slashdot doesn't support cal! Grrr!

      --
      Their they're doing there hair.
    16. Re:Your math does not calculate by ArsenneLupin · · Score: 1

      Bah, you westerners with your stupid one new year. I will celebrate western new year tomorrow, then in January I'll be in China when it's Chinese new year, and finally in April I will be in Thailand when it's Thai new year. Yay, three new year parties for me!

      ... and don't forget about the really big "New Year" on December 21st 2012...

  3. But... by Millennium · · Score: 1

    No Friday? How can they properly get down, if not on Friday?

    1. Re:But... by eclectus · · Score: 2

      Yeah, they should have skipped a Monday. Or even a Wednesday

      --
      This signature is a waste of 42 characters
    2. Re:But... by Anonymous Coward · · Score: 1, Funny

      Or Thursdays, I never could get a hang of Thursdays.

    3. Re:But... by Megane · · Score: 2

      If the wanted to skip a Monday, they could have just shot the whole day down.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    4. Re:But... by Anonymous Coward · · Score: 0

      I wonder what the percentage of people who caught this is....

    5. Re:But... by Anonymous Coward · · Score: 0

      Time is an illusion, lunchtime doubly so.

    6. Re:But... by 742Evergreen · · Score: 1

      I'm guessing about 42%

  4. This happened to me once by Stargoat · · Score: 3, Funny

    This happened to me once. I crossed the International Date line on December 24. It was December 26 on the other side. It was the year without a Christmas.

    --
    Hoist Number One and Number Six.
    1. Re:This happened to me once by Anonymous Coward · · Score: 2, Insightful

      Go the other direction. I was on a ship where we were scheduled to have thanksgiving day twice. Seeing how the food was rather mediocre, we naturally assumed this meant we would get two thanksgiving dinners, which would have been wonderful. The ship then rescheduled the repeat day earlier (when you have 10 days between the two ports when you're making the idl crossing, you can schedule it whenever you want).

    2. Re:This happened to me once by kervin · · Score: 1

      It was the year you had Christmas on December 26th

    3. Re:This happened to me once by owlstead · · Score: 1

      Then again, what's Christmas mid travel but a poor substitution?

    4. Re:This happened to me once by Anonymous Coward · · Score: 0

      I remember when I crossed the International Date line. I traveled back to the stone age.

      I also became immortal. I am several hundred years old now.

      Just call me Reeves.

    5. Re:This happened to me once by archen · · Score: 3, Informative

      Marry someone from Canada and you can have Thanksgiving twice a year every year (or the other way if you are Canadian).

    6. Re:This happened to me once by TheSpoom · · Score: 1

      Way ahead of you (though I'm the Canadian) :^)

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    7. Re:This happened to me once by Baloroth · · Score: 1

      Then again, what's Christmas mid travel but a poor substitution?

      Ask Santa.

      --
      "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
    8. Re:This happened to me once by nedlohs · · Score: 2

      I skipped over my wedding aniversary on my flight to Australia last year. Best anniversary so far!

      Given wanting to do the flying on the weekend I won't be able to repeat that until 2016.

    9. Re:This happened to me once by nedlohs · · Score: 1

      I mean this year - I'm skipping a couple of days right now apparently.

    10. Re:This happened to me once by roc97007 · · Score: 1

      Great idea. I'd have to convince my current wife. And probably change religions.

      --
      Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    11. Re:This happened to me once by niktemadur · · Score: 1

      This happened to me once. I crossed the International Date line on December 24. It was December 26 on the other side. It was the year without a Christmas.

      If this was in 2004, and you'd have gone from December 25th to the 27th, maybe the Boxing Day Tsunami could have been averted.

      --
      Lil' Thindime, lilting a lacrimose lament, krashes the kwaint konfines of Kokonino Kounty
  5. fail by Anonymous Coward · · Score: 0

    30 days has September,
    April June and December???????

    1. Re:fail by Anonymous Coward · · Score: 0

      You forgot November.

    2. Re:fail by TamCaP · · Score: 3, Informative

      just count on your knuckles from left to right (both hands); each big knuckle - {31}, each small knuckle - [28-30]

    3. Re:fail by TamCaP · · Score: 4, Funny

      s/small knuckle/valley between knuckles/ :-)

    4. Re:fail by Anonymous Coward · · Score: 0

      What about those of us with the normal number of knuckles?

    5. Re:fail by aix+tom · · Score: 1

      Move closer to a nuclear plant, that will fix you right up.

    6. Re:fail by fnj · · Score: 1

      It's no use. This technique can't be explained without a picture.

  6. Sorry, Timmy by Anonymous Coward · · Score: 0

    No birthday for you this year. We've been told to skip it.

  7. No 12/31 by colinrichardday · · Score: 1

    I read that they actually skip 12/31/2011, not 1/1/2012.

    1. Re:No 12/31 by Anonymous Coward · · Score: 1

      Neither. They skipped 30/12/2011 and most certainly not in any other format, since they don't follow the retarded american format.

  8. Fine idea by PopeRatzo · · Score: 1

    I think Samoa has a terrific idea here. So, I've decided that I'm skipping 12/31/2011.

    I'm still trying to decide whether I should skip 1/1/2012, too.

    --
    You are welcome on my lawn.
    1. Re:Fine idea by lgw · · Score: 2

      Presumably this will be decided by how much alcohol you consume on 12/30, and when you regain consciousness?

      --
      Socialism: a lie told by totalitarians and believed by fools.
    2. Re:Fine idea by Kalriath · · Score: 1

      Samoa doesn't have a 31st month, so they wont be skipping that. Or they already are. Hmm.

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    3. Re:Fine idea by PopeRatzo · · Score: 1

      Presumably this will be decided by how much alcohol you consume on 12/30, and when you regain consciousness?

      No, it is a decision enabled by my total mastery over the very fabric of space and time.

      And how much alcohol I consume on 12/30.

      --
      You are welcome on my lawn.
  9. Oops by colinrichardday · · Score: 1

    They skip to 12/31.

  10. First Break in the Seven Day Week Cycle by dbkluck · · Score: 3, Interesting

    According to wikipedia (admittedly with a "citation needed") the seven day week cycle has continued unbroken for almost two millenia, despite numerous readjustments in the date over the centuries. So although skipping even a whole bunch of dates is not unheard of (e.g., Thursday, October 4th, 1582 followed immediately by Friday, October 15th when the Gregorian calendar was adopted), this seems like the first time in a long time that the day after Thursday hasn't been Friday.

    1. Re:First Break in the Seven Day Week Cycle by __aajfby9338 · · Score: 2

      Once I injured my back, and my doctor prescribed a collection of meds that caused Monday to be the day after Friday.

    2. Re:First Break in the Seven Day Week Cycle by Deadstick · · Score: 1

      You left out two words: "in Europe". Google "the day no Filipinos were born".

    3. Re:First Break in the Seven Day Week Cycle by Anonymous Coward · · Score: 0

      Actually, it happens far more often. The last time a country hopped across the IDL was in 2000: http://en.wikipedia.org/wiki/International_Date_Line#Historical_alterations

    4. Re:First Break in the Seven Day Week Cycle by Anonymous Coward · · Score: 0

      Alaska had two Fridays in a row in 1867 due to changing the date line and adopting the Gregorian calendar.

  11. Try "cal 9 1752" at a *nix command prompt by knorthern+knight · · Score: 2

    Good thing they didn't have VCRs back then.

    --

    I'm not repeating myself
    I'm an X window user; I'm an ex-Windows user
    1. Re:Try "cal 9 1752" at a *nix command prompt by owlstead · · Score: 1

      It explains why I only have part of "Jephtha" by Handel though.

    2. Re:Try "cal 9 1752" at a *nix command prompt by Brett+Buck · · Score: 1

      Damn those Samoans - don't mess with Pope Gregory! He's got friends in high places, you know.

  12. Why does the summary say Jan 1? by CrimsonAvenger · · Score: 1

    TFA clearly says they're doing this on December 29, not January 1.

    I know that the editors don't have time to fact-check the articles, but can't the submitter (who presumably read the article before he posted it) at least remember what he read long enough to summarize it kinda-sorta accurately?

    --

    "I do not agree with what you say, but I will defend to the death your right to say it"
  13. New Zealand is important! by SplashMyBandit · · Score: 3, Insightful
    .. for once.

    [Disclaimer: I live there]

    1. Re:New Zealand is important! by PRMan · · Score: 1

      Of course it's important. Without it, we wouldn't have Narnia or Lord of the Rings...

      --
      Peter predicted that you would "deliberately forget" creation 2000 years ago...
    2. Re:New Zealand is important! by roc97007 · · Score: 2

      For once? The geekiest movie trilogy of all time was filmed there.

      --
      Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    3. Re:New Zealand is important! by owlstead · · Score: 1

      ...to Samoa... :)

    4. Re:New Zealand is important! by Anonymous Coward · · Score: 0

      Me too!

      Hi dude, raining there as well?

    5. Re:New Zealand is important! by Anonymous Coward · · Score: 0

      or Kiwis (they're birds), or Totaras (they're trees), or Tuataras (they're lizards).

    6. Re:New Zealand is important! by mjwx · · Score: 1

      .. for once.

      [Disclaimer: I live there]

      The most important state in Australia, I think not.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    7. Re:New Zealand is important! by shutdown+-p+now · · Score: 1

      NZ (and Australia) is extremely important. Whenever Americans start bitching about crappy Internet connections that they get, you guys are always there to helpfully chime in and explain what a truly sucky connection actually is.

    8. Re:New Zealand is important! by Anonymous Coward · · Score: 0

      Actually in Aus it is more or less just the international connections that obviously suck.

      We are not forced to choose providers based on who owns what phone line, services are available from the quite long list of ISP's.

      My local Telephone Exchange has ADSL 2+ equipment installed from 5 different providers which is also resold to at least another 50 providers.

      There are no area monopolies here.

      As for New Zealand, it pretty much still sucks over there bandwidth is still quite expensive compared to here.

  14. cable and sat DRV get the time form the data steam by Anonymous Coward · · Score: 0

    and you don't have to set it.

  15. Changing trade relationship by Meniconi,Nando · · Score: 1

    Many garments with Made in America labels used to be made in Samoa. Just saying.

    1. Re:Changing trade relationship by NJRoadfan · · Score: 2

      That would be American Samoa, which looks to be retaining the UTC-11 time zone.

  16. Kill timezones already by Firehed · · Score: 0

    Just another example of timezones being confusing and counterproductive. Switch the entire world to UTC (and kill am/pm since they'll no longer correspond to morning/night in half the world). Sure, it'll take some getting your head around working 16h-01h for what's currently an 8-5PT, but just the idea of eliminating "2pm your time or mine?" makes it worthwhile.

    --
    How are sites slashdotted when nobody reads TFAs?
    1. Re:Kill timezones already by PolygamousRanchKid+ · · Score: 1

      I'd think this would be a problem for military folks with ships and planes scattered in time zones? How do they handle this? They must also have date line problems? Do they shift duty times when moving?

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    2. Re:Kill timezones already by Greyfox · · Score: 1
      I've suggested this several times and people are all like "waaaah! I don't WANT to have to eat lunch at 2 in the morning!" But if you're going to do that you don't want to use UTC, since it's adjusted for the rotation of the earth with leap seconds. You want to use nice pure TAI. Nothing there but vibrations of a cesium atom!

      Even then you still have to worry about relativity and stuff, since the time for people on mountains or in space will differ from people on the equator. I forget if TAI adjusts for that or not...

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    3. Re:Kill timezones already by hankwang · · Score: 5, Insightful

      Switch the entire world to UTC (and kill am/pm since they'll no longer correspond to morning/night in half the world). ... just the idea of eliminating "2pm your time or mine?" makes it worthwhile.

      That might be convenient for making appointments for telephone conferences, but it really sucks if you actually travel to such a timezone and need to schedule your daily program; then you will have to calculate the offset relative to your old place every time you wonder whether it is already lunch time, or whether the shops/offices are open. Not to mention that having the date and day of the week change in the middle of the day might also be rather inconvenient: what does "see you on Wednesday" mean?

      And as for appointments: calendar applications already take care of calculating the time zones while scheduling meetings.

    4. Re:Kill timezones already by Anonymous Coward · · Score: 0

      Aviation is already in UTC already. They call it "zulu time". No biggie.

    5. Re:Kill timezones already by Anonymous Coward · · Score: 1

      I've lived on military bases as a family member, and on more than one occasion, asking a uniformed soldier/sailor/airman for the time would get you "1800 zulu" which is the current time in Greenwich, England. It's up to each person wherever they are to figure their relation to zulu time, and add or subtract from that to get your local time.

      In essence, yes, they already do that. Posting anon since i've already modded in here.

    6. Re:Kill timezones already by hokeyru · · Score: 1

      I've worked on a ship. On US-flagged vessels, it is customary (probably even mandatory) to change the shifts when switching time zones. A one-hour change is normally broken into three 20-minute chunks, to distribute across the three watch shifts. There is a special board labeled 'advance clocks' or 'retard clocks' hung under the clock in the mess, so everyone is made aware.

      During the month I spent on a ship in the arctic, crossing time zones every day, they stayed on a single zone. Of course, the sun never set, so it wasn't much of a problem.

    7. Re:Kill timezones already by hokeyru · · Score: 1

      But then, how would we implement DST?

    8. Re:Kill timezones already by Anonymous Coward · · Score: 0

      I'd think this would be a problem for military folks with ships and planes scattered in time zones? How do they handle this? They must also have date line problems? Do they shift duty times when moving?

      The military tend to use UTC.

    9. Re:Kill timezones already by dbIII · · Score: 1

      Actually all of China is on Beijing time and China goes something like three Russian time zones to the west. That's a lot of people that are used to the clock time not matching where the sun is in the sky.

    10. Re:Kill timezones already by Anonymous Coward · · Score: 0

      Why bother with a calendar at all? Chose a single frame of reference and track elapsed intervals. No need for any other unit of time that can't be expressed as a range in terms of that interval.

    11. Re:Kill timezones already by Bomazi · · Score: 1

      TAI, like the other modern time scales, takes relativity into account. It is defined as the proper time of an observer on the geoid. Thus TAI is the same for everyone.

    12. Re:Kill timezones already by petermgreen · · Score: 1

      It would add other confusion of it's own though. For example the confusion of having one workday spread across two calender days in some regions and the confusion when you arrive somewhere of "what time is daytime here".

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  17. Not really, no. by Anonymous Coward · · Score: 5, Informative

    No, actually it's not.

    First, UT is a bit confusing. You have to specify which UT you mean: UTC, UT0, UT1, UT1R, etc...

    All these, except UTC, are based on celestial movement. Which means they will vary due to natural causes. A slight wobble in Earths orbit or a little bit of tectonic shift will cause seconds to be shorter or longer. UTC is based on 'artificial' timing (atomic timekeeping) and as such has slightly different seconds than the other UT's.

    So, no, UTC is not simply another UT without counting leap seconds.

    Timekeeping is hard. Really hard.

    1. Re:Not really, no. by Anonymous Coward · · Score: 1

      I should have swallowed the other pill.

  18. No the key change is the work-week. by kale77in · · Score: 3, Informative

    Their work-week is now in sync with Aust and NZ, rather than only having four days that coincide.

    1. Re:No the key change is the work-week. by kramulous · · Score: 1, Informative

      Three days, not four. Australia's Monday is Samoa's Sunday. Samoa's Friday is Australia's Saturday.

      No longer. All days now align.

      --
      .
    2. Re:No the key change is the work-week. by SteveTheNewbie · · Score: 5, Insightful

      My goodness, three days ? let me draw you a little table.

      M - S
      T - M *
      W - T *
      T - W *
      F - T *
      S - F
      S - S

      The days with a * next to them are 'working days which coincide', you'll notice there are four of them. I'm quite amazed that you got modded to 4.

  19. Why not wait for leap day? by AthanasiusKircher · · Score: 5, Insightful
    If they just waited two months until February, they could have just issued calendars that skipped leap day, and few people would have even noticed (until the work week suddenly became shorter).

    And they'd get to say that they were "leaping" over leap day....

    1. Re:Why not wait for leap day? by dbIII · · Score: 1

      At this time of year it doesn't really matter in a lot of parts of the world while February is way out of holiday season and it may matter.

    2. Re:Why not wait for leap day? by AthanasiusKircher · · Score: 1

      At this time of year it doesn't really matter in a lot of parts of the world while February is way out of holiday season and it may matter.

      How, exactly? How does skipping an official day of the year not matter now? If you're talking about paying people for non-holidays, that doesn't seem to be the issue here, since they could have chosen a weekend day. Instead, they chose to delete a weekday, which forced companies to pay salaries for a day that didn't exist. If you're talking about interest rates and such, those would accrue the same way no matter what day was deleted.

      I'm not sure how deleting a Friday near the end of the year somehow "doesn't matter," while deleting a Wednesday a couple months later would. No matter what day of the year you choose, if it's a weekday, most businesses are going to lose money. It's effectively an extra paid holiday for everybody. For the small amount of businesses that shut down completely between Christmas and New Year's, it might have been more convenient, but that is hardly a large percentage these days.

      By the way, my suggestion of Leap Day was somewhat flippant. I don't think it matters much what day it is, but it just seems a more obvious choice, since it's so close.

    3. Re:Why not wait for leap day? by dbIII · · Score: 1

      For the small amount of businesses that shut down completely between Christmas and New Year's, it might have been more convenient

      I see your misunderstanding now. It's not North America. With the summer holiday season nearly everything in shut down between Christmas and New Year in just about every country around and in the South Pacific. The places that are not completely shutdown lost two weekdays last week to public holidays (in most of those countries) anyway.

      which forced companies to pay salaries for a day that didn't exist

      Salaries are paid over a year and I don't get an extra days pay every leap year either. Wages are based on logged hours so nobody gains or loses there either. I fail to see where you are getting this from. If a payroll system cannot cope with a day where nobody is there then there are much larger problems with it and it will not exist for long. I can't see it creating any increase in costs despite what is written above.

  20. What if this trend continues? by Anonymous Coward · · Score: 0

    and everyone moves their date around and now the US is constantly a day behind the rest of the world? What will we do?

  21. NIGHTMARE by stanlyb · · Score: 1

    As a software developer i assure you, this is going to be a nightmare coming true. Brrrrrrrrr.

    1. Re:NIGHTMARE by Anne+Thwacks · · Score: 2
      As a software developer i assure you, every day is a nightmare coming true.

      Thats fixed it for you!

      --
      Sent from my ASR33 using ASCII
  22. Inquiring minds want to know by jabberw0k · · Score: 4, Funny

    What will this do to the supply of Girl Scout Samoa cookies? (For the record, I hoarded Manila folders when the Marcos government fell.)

  23. Let me correct this by tepples · · Score: 3, Informative

    I apologize for sidetracking the discussion to the leap second issue. Let me try again: "seconds since the UNIX time epoch, counting any leap seconds as 0 instead of 1". This makes each midnight-to-midnight period 86400 seconds long. My point is that the UNIX time epoch is the same regardless of the local civil calendar's epoch.

  24. What do you call? by johnsnails · · Score: 1

    What do you call a Samoan who falls off the lounge? Fella Fell Off A Sofa

  25. I know somebody, who will be born on December 30th by Anonymous Coward · · Score: 0

    ...in Samoa. ;)

    Mayhem, here I come!

  26. Word and object by colinrichardday · · Score: 1

    The skipped the day, not the notation.

  27. Re:FP by Anonymous Coward · · Score: 0

    YAY, you win! Congratulations, come and claim your prize! Coordinates for pickup are 9156S 1713035W

  28. Re:FP by Anonymous Coward · · Score: 0

    Oh, fuck me, where'd the symbols go?
    9 degrees 10 minutes 6 seconds S
    171 degrees 48 minutes 35 seconds W