Home
last modified time | relevance | path

Searched refs:to (Results 1 – 20 of 20) sorted by relevance

/timezone/
A Dnorthamerica56 # to push people into bed earlier, and get them up earlier, to make
93 # to switch to London for Attlee's address, but the American people
94 # never got to hear his speech live. According to one press account,
251 # (d) Right to Revert- Congress retains the right to revert the
594 # going to switch from Central to Eastern Time on March 11, 2007....
770 # August indicated they would like to change to "fast time" also.
829 # was rescinded and the city reverted to Sun time. A derisive offer to
1611 # Dawson switched to PST in 1973. Inuvik switched to MST in 1979.
1694 # Nunavut's unified time zone, refusing to shift to eastern time with
1948 # a.m. (0800 GMT) on Sept. 30, when Mexico is scheduled to revert to
[all …]
A Dasia132 # Daylight Saving Time from June 16 to Sept 30
145 # 16 till September 30 in a bid to ensure maximum use of daylight to cope with
295 # There seems to be a good chance China switched to a single time zone in 1949
615 # plan to change that law....
842 # time. 1996 is an exception to this rule where the change back to standard
846 # 2 a.m. IST to 3 a.m. IDT; furthermore, the change back to standard time
943 # to generate the transitions in this list.
1024 # of the Japanese wanted to scrap daylight-saving time, as opposed to 30% who
1025 # wanted to keep it.)
1626 # for another 2 months--plan to return to Standard Time on October 31
[all …]
A Deurope203 # which could not be said to run counter to any official description.
245 # to daylight saving time until 1921 Apr 3, when they began to
284 # should allow various updates to the comments in the europe file to cover
816 # changes are stated explicitly to be from 1980-04-06 at 02:00 to
985 # for all member states until 2001. Brussels has yet to decide what to do
1267 # of winter, according to the old icelandic calendar that dates back to the
1278 # might be a reference to the Julian calendar as opposed to Gregorian, or it
1495 # motion to give up shifting to summer time in spring, as it was
1813 # (from WET to MET or CET) to harmonize with EEC.
2342 # collection points back to 1941 as a reference, but no reference to any
[all …]
A Dsouthamerica112 # to standard time on March 3 it's more convenient for us to pretend that
159 # By the way thanks to Mariano Absatz and Daniel Mario Vega for the link to
309 # emailing list about that San Luis plans to return to standard
335 # province) decided to go back to UTC-3 effective midnight Jan 20th 2008
340 # So we'll have to add yet another city to 'southamerica' (I think San
722 # by going to
920 # the border with Amapa) to the Amazon, then to the Xingu.
1033 # The law says to switch to DST at midnight [24:00] on the second SATURDAY
1229 # the list changes each year. She uses it to communicate to her
1313 # dst method to be from the first Sunday in September to the first Sunday in
[all …]
A Daustralasia57 # Queensland ceased to.
644 # think it's that important to cater to such software these days.
658 # Personally, I would prefer to use common practice; I would like to
752 # allude to it.
794 # W.A. is switching to Summer Time on Nov 17th just to confuse
991 # to be employed, since due to daylight savings time, the true solar time of
1051 # bed, getting them to school, getting them to sleep at night.
1216 # islands in the effort to attract tourists to witness the dawning of the new
1240 # respect to the International Date Line, to rejoin its fellow islands,
1284 # we'll again go back to Standard Time. This'll mean that we'll go to
[all …]
A Dafrica7 # go ahead and edit the file (and please send any changes to
45 # mainland seems to have been 1976 in Western Sahara.
112 # Whitman says they switched to 1:00 in 1946, not 1934;
277 # Thursday in September; Egypt is expected to revert to the last Thursday
361 # In 1972 Liberia was the last country to switch
433 # Mauritius plans to observe DST from 2008-11-01 to 2009-03-31 on a trial
451 # According to
550 # According to this article:
568 # june1st to sept 27th.
596 # and September 1. They originally planned to observe DST to near the end
[all …]
A Detcetera8 # to a time zone that was right for their area. These days, the
19 # as functions like gmtime load the "GMT" file to handle leap seconds properly.
20 # We want this to work even on installations that omit the other older names.
35 # the abbreviation "GMT+4" and corresponds to 4 hours behind UTC
36 # (i.e. west of Greenwich) even though many people would expect it to
41 # TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to
53 # We did not want things to change quietly if someone accustomed to the old
A Dantarctica216 # year-round from 1962-02 to 1999-07-01
218 # year-round from 1960/61 to 1992
228 # what they had to say about time there:
236 # This seems to be hopelessly confusing, so I asked Lee Hotz about it
239 # changes during the year and does not necessarily correspond to mean
288 # Palmer has followed Chile. Prior to that, before the Falklands War,
289 # Palmer used to be supplied from Argentina.
307 # larger Antarctica/McMurdo since 1970, but it's too famous to omit.
311 # stated that he would have liked to have kept GMT at the station,
312 # but that he found it more convenient to keep GMT+12
[all …]
A Dpacificnew10 # You might want to change the "PE" (Presidential Election) below to
11 # "Q" (Quadrennial) to maintain three-character zone abbreviations.
12 # If you're really conservative, you might want to change it to "D".
A Dleapseconds6 # Allowance for leapseconds added to each timezone file.
9 # to keep UTC to within 0.9 s of UT1
81 # six months, either to announce a time step in UTC, or to confirm that there
A Dtzselect.ksh328 "coord - I want to use geographical coordinates." \
329 "TZ - I want to specify the timezone using the Posix TZ format."
553 to the file '$file' in your home directory; then log out and log in again.
A Dzic.c142 # define link(from, to) (errno = ENOTSUP, -1) argument
146 # define symlink(from, to) (errno = ENOTSUP, -1) argument
150 # define linkat(fromdir, from, todir, to, flag) \ argument
151 (itssymlink(from) ? (errno = ENOTSUP, -1) : link(from, to))
939 relname(char const *from, char const *to) in relname() argument
945 if (*to == '/') { in relname()
955 for (i = 0; f[i] && f[i] == to[i]; i++) in relname()
958 for (; to[i]; i++) in relname()
959 dotdots += to[i] == '/' && to[i - 1] != '/'; in relname()
975 hardlinkerr(char const *from, char const *to) in hardlinkerr() argument
[all …]
A DREADME12 except that its 'yearistype.sh' file is renamed to 'yearistype'.
20 Commentary should be addressed to tz@iana.org.
A Dzdump.c235 int to; in tzalloc() local
241 to = 1; in tzalloc()
242 for (e = environ; (env[to] = *e); e++) in tzalloc()
243 to += strncmp(*e, "TZ=", 3) != 0; in tzalloc()
A Dprivate.h266 you may need to compile with "-DHAVE_STDINT_H".
330 you may need to compile with "-DHAVE_STDINT_H".
A Dfactory6 # For companies who don't want to put time zone specification in
A Dsystemv7 # No attempt is made to handle Newfoundland, since it cannot be expressed
A Dsolar888 # Almanac for Computers 1988; the formulas "will give EqT to an accuracy of
11 # Rounding to the nearest five seconds results in fewer than
A Dsolar879 # Almanac for Computers 1987; the formulas "will give EqT to an accuracy of
12 # Rounding to the nearest five seconds results in fewer than
A Dsolar8917 # Rounding to the nearest five seconds results in fewer than

Completed in 54 milliseconds