diff options
| author | Richard M. Stallman | 2006-12-24 03:01:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-24 03:01:49 +0000 |
| commit | 73ae52d05b93481eabd8070f837d4af28953b78f (patch) | |
| tree | 8aaa3dac395632c9c7bfeff67e4aecbba2f66156 | |
| parent | a9621aa9c702017abc2ca0bdf4651c6be84ccbc6 (diff) | |
| download | emacs-73ae52d05b93481eabd8070f837d4af28953b78f.tar.gz emacs-73ae52d05b93481eabd8070f837d4af28953b78f.zip | |
(Holidays): US daylight savings begins second Sunday
in March for 2007 onwards.
(Daylight Savings): Show new US default daylight savings rules, 2nd
Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
| -rw-r--r-- | man/calendar.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/calendar.texi b/man/calendar.texi index f8bb9085f4c..48f5171415e 100644 --- a/man/calendar.texi +++ b/man/calendar.texi | |||
| @@ -529,7 +529,7 @@ a calendar window. | |||
| 529 | practice}, not historical fact. Historically, for instance, the start | 529 | practice}, not historical fact. Historically, for instance, the start |
| 530 | of daylight savings time and even its existence have varied from year to | 530 | of daylight savings time and even its existence have varied from year to |
| 531 | year, but present United States law mandates that daylight savings time | 531 | year, but present United States law mandates that daylight savings time |
| 532 | begins on the first Sunday in April. When the daylight savings rules | 532 | begins on the second Sunday in March. When the daylight savings rules |
| 533 | are set up for the United States, Emacs always uses the present | 533 | are set up for the United States, Emacs always uses the present |
| 534 | definition, even though it is wrong for some prior years. | 534 | definition, even though it is wrong for some prior years. |
| 535 | 535 | ||
| @@ -1592,14 +1592,14 @@ day in the solar and lunar calculations. | |||
| 1592 | The values for Cambridge, Massachusetts are as follows: | 1592 | The values for Cambridge, Massachusetts are as follows: |
| 1593 | 1593 | ||
| 1594 | @example | 1594 | @example |
| 1595 | (calendar-nth-named-day 1 0 4 year) | 1595 | (calendar-nth-named-day 2 0 3 year) |
| 1596 | (calendar-nth-named-day -1 0 10 year) | 1596 | (calendar-nth-named-day 1 0 11 year) |
| 1597 | @end example | 1597 | @end example |
| 1598 | 1598 | ||
| 1599 | @noindent | 1599 | @noindent |
| 1600 | That is, the first 0th day (Sunday) of the fourth month (April) in | 1600 | That is, the second 0th day (Sunday) of the third month (March) in |
| 1601 | the year specified by @code{year}, and the last Sunday of the tenth month | 1601 | the year specified by @code{year}, and the first Sunday of the eleventh month |
| 1602 | (October) of that year. If daylight savings time were | 1602 | (November) of that year. If daylight savings time were |
| 1603 | changed to start on October 1, you would set | 1603 | changed to start on October 1, you would set |
| 1604 | @code{calendar-daylight-savings-starts} to this: | 1604 | @code{calendar-daylight-savings-starts} to this: |
| 1605 | 1605 | ||