 |
|
 |
|
On Fri, 27 Jan 2012 14:54:44 +0000, Cliff Hones <...@hones.org.uk
I think the CEST comes from Windows. If you don't have TZ set,
I think Cygwin turns the timezone names Windows provides into
abbreviated names by taking the leading letters.
So Windows "Central European Standard Time" =and "Central European Daylight Time" =
I've never liked this - arguably Windows is wrong to use non-standard
naming for the timezones. It's even worse for us in the UK - we get
GMTST and GMTDT - ugh. [UK may be a little unusual, but perfectly
reasonable in using GMT and BST.]
You can see the Windows names in registry entry
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones
-- Cliff
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
|
|
 |
|
 |
 |
|
 |
|
On Fri, 27 Jan 2012 17:02:50 +0100, Corinna Vinschen <...@cygwin.com
Uh, right. Thanks for reminding me. The problem is of course that we
only have this information source, if the environment variable TZ isn't
set. Worse, the Windows timezone name is potentially language dependent.
Therefore a simple translation table is not sufficient. It would require
some registry scanning. Setting TZ is much simpler.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT com
Red Hat
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
|
|
 |
|
 |
|
|