<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Remove me from the mailing list.......... I dont know what these mails
are. Please remove me from the mailing list<span class="moz-smiley-s7"><span>
:-\ </span></span><br>
<br>
--------------------------<br>
Paul Eggert wrote:
<blockquote cite="mid87r6yev0st.fsf@penguin.cs.ucla.edu" type="cite">
  <pre wrap="">Jesper Norgaard Welen <a class="moz-txt-link-rfc2396E" href="mailto:jnorgard@prodigy.net.mx">&lt;jnorgard@prodigy.net.mx&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">the article says that Ramadan presumably will start the 24.th. of
September 2006, and on the eve of that day, they will switch back to
winter time.  The rule change should therefore be  Sep 25 0:00.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
and "Paul Schauble" <a class="moz-txt-link-rfc2396E" href="mailto:Paul.Schauble@ticketmaster.com">&lt;Paul.Schauble@ticketmaster.com&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">It may not be midnight. Some Middle Eastern countries have the next day
starting at sunset.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
"Christmas Eve" is the day before Christmas, and that's how I
interpreted that story's "eve".  I chose midnight since our DB has
previous-year changes at midnight.  If the change is Sept 25 00:00
rather than Sept 24 00:00, or is at some other time than 00:00, I hope
Hammad Hassan will correct us.


Robert Elz <a class="moz-txt-link-rfc2396E" href="mailto:kre@munnari.oz.au">&lt;kre@munnari.oz.au&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">it is pretty clear that the "eve of Ramadan" rule for ending
summer time won't last past the next few years, 2011 at the latest
I'd guess, but perhaps more likely just this year and the next couple,
    </pre>
  </blockquote>
  <pre wrap=""><!---->
My guess was different: that it affects only this year, because the
otherwise-as-usual change directly interferes with the preparation for
the start of Ramadan this year, but wouldn't in other years.  It's
just a guess of course.


Oscar van Vlijmen <a class="moz-txt-link-rfc2396E" href="mailto:ovv@hetnet.nl">&lt;ovv@hetnet.nl&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">(My calculations, based on Reingold/Dershowitz "Calendrical Calculations"
algorithms).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I came up with the same results that you did.  Here's the source code
to my calculations, in GNU Emacs Lisp (tested under version 21.4).
The output is text that you can feed directly to zic.

   (defun generate-ramadan ()
     (let ((year 1427))
       (while (&lt; year (+ 1427 33))
         (let ((date (calendar-gregorian-from-absolute
                      (calendar-absolute-from-islamic (list 9 1 year)))))
           (insert (format "Rule\tEgypt\t%d\tonly\t-\t%s\t%d\t 0:00\t0\t-\n"
                           (extract-calendar-year date)
                           (calendar-month-name (extract-calendar-month date) 3)
                           (extract-calendar-day date))))
         (setq year (1+ year)))))

I came to the same conclusion that you did, which is that a lunar
calendar is not likely to be the basis of a daylight saving scheme.
(Though it might be the basis of a _moonlight_ saving scheme, for
those of us who admire moonlight!)

  </pre>
</blockquote>
<br>
</body>
</html>