* 21.1: calendar: daylight saving time wrong
@ 2002-03-22 7:14 Ulrich Windl
2002-03-22 19:58 ` Jason Rumney
[not found] ` <200203221509.g2MF9U314813@emr.cs.iit.edu>
0 siblings, 2 replies; 5+ messages in thread
From: Ulrich Windl @ 2002-03-22 7:14 UTC (permalink / raw)
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.
Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.
In GNU Emacs 21.1.1 (i386-msvc-nt4.0.1381)
of 2001-10-22 on buffy
configured using `configure --with-msvc (12.00)'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: DEU
locale-coding-system: iso-latin-1
default-enable-multibyte-characters: t
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
In Emacs 21.1 the begin of DST in Europe is maked for April 7th in
calendar, while it actually happens on March, 31. In Emacs 20.7 (on Linux)
it seems correct however.
Recent input:
M-x c a l e n d a r <return> <help-echo> <help-echo>
<down-mouse-1> <mouse-1> <help-echo> S <help-echo>
h <help-echo> h <down> <down> <down> <up> <up> <up>
<down> <down> <down> <down> <up> <up> <up> <up> <up>
<up> <down> h <help-echo> <help-echo> <help-echo> <help-echo>
M-x r e p <tab> o <tab> r <tab> <return>
Recent messages:
Marking holidays...done
Marking diary entries...done
Marking holidays...done
Marking diary entries...done
Checking holidays...
Sunday, 31 March 2002: Easter Sunday
Making completion list...
Loading view...done
Making completion list...
Loading emacsbug...done
_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 21.1: calendar: daylight saving time wrong
2002-03-22 7:14 21.1: calendar: daylight saving time wrong Ulrich Windl
@ 2002-03-22 19:58 ` Jason Rumney
[not found] ` <200203221509.g2MF9U314813@emr.cs.iit.edu>
1 sibling, 0 replies; 5+ messages in thread
From: Jason Rumney @ 2002-03-22 19:58 UTC (permalink / raw)
"Ulrich Windl" <Ulrich.Windl@rz.uni-regensburg.de> writes:
> In Emacs 21.1 the begin of DST in Europe is maked for April 7th in
> calendar, while it actually happens on March, 31. In Emacs 20.7 (on Linux)
> it seems correct however.
This is most likely a bug in the underlying system libraries. MSVC is
notorious for poor handling of timezones, especially in the southern
hemisphere.
--
Jason Rumney
_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <200203221509.g2MF9U314813@emr.cs.iit.edu>]
* Re: 21.1: calendar: daylight saving time wrong
[not found] ` <200203221509.g2MF9U314813@emr.cs.iit.edu>
@ 2002-03-25 7:04 ` Ulrich Windl
2002-03-25 14:14 ` Ralf Fassel
2002-03-25 20:22 ` Jason Rumney
0 siblings, 2 replies; 5+ messages in thread
From: Ulrich Windl @ 2002-03-25 7:04 UTC (permalink / raw)
Cc: bug-gnu-emacs
On 22 Mar 2002, at 9:09, Ed Reingold wrote:
> > In Emacs 21.1 the begin of DST in Europe is maked for April 7th in
> > calendar, while it actually happens on March, 31. In Emacs 20.7 (on Linux)
> > it seems correct however.
>
> The DST information comes from the operating system, not from within Emacs.
Yes, however "TZEDIT from the Windows Resource kit says DST switching
will take effect on last sunday in March. Now I wonder whether either
the emacs code gets it wrong from the OS, or Windows/NT 4.0 has no idea
what the last sunday in march is. Note that the last sunday in march is
the last day in march this year (31st). Maybe Microsoft messed it up...
Ulrich
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 21.1: calendar: daylight saving time wrong
2002-03-25 7:04 ` Ulrich Windl
@ 2002-03-25 14:14 ` Ralf Fassel
2002-03-25 20:22 ` Jason Rumney
1 sibling, 0 replies; 5+ messages in thread
From: Ralf Fassel @ 2002-03-25 14:14 UTC (permalink / raw)
* "Ulrich Windl" <Ulrich.Windl@rz.uni-regensburg.de>
| Note that the last sunday in march is the last day in march this
| year (31st). Maybe Microsoft messed it up...
Might be related to the counting of weeks and whether a week starts at
sunday or monday. IRIX 5 also has this problem, where IRIX 6 has not
with the same setting of TZ.
R'
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 21.1: calendar: daylight saving time wrong
2002-03-25 7:04 ` Ulrich Windl
2002-03-25 14:14 ` Ralf Fassel
@ 2002-03-25 20:22 ` Jason Rumney
1 sibling, 0 replies; 5+ messages in thread
From: Jason Rumney @ 2002-03-25 20:22 UTC (permalink / raw)
"Ulrich Windl" <Ulrich.Windl@rz.uni-regensburg.de> writes:
> > The DST information comes from the operating system, not from within Emacs.
>
> Yes, however "TZEDIT from the Windows Resource kit says DST switching
> will take effect on last sunday in March.
From my previous correspondence with Microsoft about bugs in their
C library implementation of timezones, I can tell you that what TZEDIT
tells about NT's knowledge of timezones may have no bearing on what
the C library does. The implementation of timezones in the OS itself,
and in Microsoft's proprietary API for accessing this info seems to be
bug free, it is their C library that is buggy.
--
Jason Rumney
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-03-25 20:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-22 7:14 21.1: calendar: daylight saving time wrong Ulrich Windl
2002-03-22 19:58 ` Jason Rumney
[not found] ` <200203221509.g2MF9U314813@emr.cs.iit.edu>
2002-03-25 7:04 ` Ulrich Windl
2002-03-25 14:14 ` Ralf Fassel
2002-03-25 20:22 ` Jason Rumney
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).