public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/15071] New: Daylight Savings and Standard time reversed.
@ 2013-01-28 12:14 jaquig at shaw dot ca
  2013-01-28 13:21 ` [Bug localedata/15071] " schwab@linux-m68k.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jaquig at shaw dot ca @ 2013-01-28 12:14 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

             Bug #: 15071
           Summary: Daylight Savings and Standard time reversed.
           Product: glibc
           Version: 2.13
            Status: NEW
          Severity: minor
          Priority: P2
         Component: localedata
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jaquig@shaw.ca
                CC: libc-locales@sourceware.org
    Classification: Unclassified


Noticed recently that for some reason GNU/Linux seems to think that winter in
the Northern Hemisphere is Daylight Savings time.
[ a friend in NZ gets the same backwards daylight / standard time display on
his system ]

Checked several distributions, all showing same issue, and various versions of
glibc, oldest being 2.13.
haven't yet found the specific code that is causing the reversal.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
@ 2013-01-28 13:21 ` schwab@linux-m68k.org
  2013-01-28 13:44 ` jaquig at shaw dot ca
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: schwab@linux-m68k.org @ 2013-01-28 13:21 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> 2013-01-28 13:21:04 UTC ---
Which timezone?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
  2013-01-28 13:21 ` [Bug localedata/15071] " schwab@linux-m68k.org
@ 2013-01-28 13:44 ` jaquig at shaw dot ca
  2013-01-28 13:48 ` jaquig at shaw dot ca
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jaquig at shaw dot ca @ 2013-01-28 13:44 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

--- Comment #2 from Jaqui <jaquig at shaw dot ca> 2013-01-28 13:43:56 UTC ---
(In reply to comment #1)
> Which timezone?

I'm in Pacific Time zone, My friend in New Zealand is in NZDT [ yet his systems
saying NZT ]

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
  2013-01-28 13:21 ` [Bug localedata/15071] " schwab@linux-m68k.org
  2013-01-28 13:44 ` jaquig at shaw dot ca
@ 2013-01-28 13:48 ` jaquig at shaw dot ca
  2013-01-28 18:07 ` pasky at ucw dot cz
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jaquig at shaw dot ca @ 2013-01-28 13:48 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

--- Comment #3 from Jaqui <jaquig at shaw dot ca> 2013-01-28 13:47:58 UTC ---
Daylight Savings or Standard time is not going to severely impact the system,
it is a user interface display bit only, so not a very important issue.
and with it having been in for 4 releases and not reported obviously not
something most worry about.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
                   ` (2 preceding siblings ...)
  2013-01-28 13:48 ` jaquig at shaw dot ca
@ 2013-01-28 18:07 ` pasky at ucw dot cz
  2013-01-28 23:08 ` jaquig at shaw dot ca
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pasky at ucw dot cz @ 2013-01-28 18:07 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

Petr Baudis <pasky at ucw dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pasky at ucw dot cz

--- Comment #4 from Petr Baudis <pasky at ucw dot cz> 2013-01-28 18:07:10 UTC ---
$ TZ=America/Los_Angeles date
Mon Jan 28 10:02:56 PST 2013
$ TZ=Pacific/Auckland date
Tue Jan 29 07:04:59 NZDT 2013

This seems correct?

Can you go into more detail exactly what commands give exactly what output and
what output do you expect, ideally based on the `date` command? Are you sure
your date is set correctly?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
                   ` (3 preceding siblings ...)
  2013-01-28 18:07 ` pasky at ucw dot cz
@ 2013-01-28 23:08 ` jaquig at shaw dot ca
  2013-01-28 23:14 ` pasky at ucw dot cz
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jaquig at shaw dot ca @ 2013-01-28 23:08 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

--- Comment #5 from Jaqui <jaquig at shaw dot ca> 2013-01-28 23:07:12 UTC ---
Monday, 28 January 2013
[00:14:10 PDT] Krash: sorry jaq got family here, and they're driving me fucking
INSANE
[14:35:50 PDT] Shippy69: Mc here?

today in Skype is easiest to show what is wrong.
the above shows 2 posts from today, one at 00:14:10 and one at 14:35:50
both specify PDT, yet it should be PST [ STANDARD time ]
so the locale is switching that.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
                   ` (4 preceding siblings ...)
  2013-01-28 23:08 ` jaquig at shaw dot ca
@ 2013-01-28 23:14 ` pasky at ucw dot cz
  2013-01-28 23:30 ` jaquig at shaw dot ca
  2014-06-13 18:58 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: pasky at ucw dot cz @ 2013-01-28 23:14 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

--- Comment #6 from Petr Baudis <pasky at ucw dot cz> 2013-01-28 23:14:06 UTC ---
I see. I'm not sure if Skype is not using some custom functions, though, are
you sure this is not Skype-specific? It would really be best if you could also
post output of:

cat /etc/timezone
date

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
                   ` (5 preceding siblings ...)
  2013-01-28 23:14 ` pasky at ucw dot cz
@ 2013-01-28 23:30 ` jaquig at shaw dot ca
  2014-06-13 18:58 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: jaquig at shaw dot ca @ 2013-01-28 23:30 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15071

Jaqui <jaquig at shaw dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID

--- Comment #7 from Jaqui <jaquig at shaw dot ca> 2013-01-28 23:29:50 UTC ---
(In reply to comment #6)
> I see. I'm not sure if Skype is not using some custom functions, though, are
> you sure this is not Skype-specific? It would really be best if you could also
> post output of:
> 
> cat /etc/timezone
> date

hmm, oddly no /etc/timezone file.
but date is giving standard time. so you are right, it is skype specific.
[ which I had already contacted their support ]

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug localedata/15071] Daylight Savings and Standard time reversed.
  2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
                   ` (6 preceding siblings ...)
  2013-01-28 23:30 ` jaquig at shaw dot ca
@ 2014-06-13 18:58 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 18:58 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15071

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-06-13 18:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-28 12:14 [Bug localedata/15071] New: Daylight Savings and Standard time reversed jaquig at shaw dot ca
2013-01-28 13:21 ` [Bug localedata/15071] " schwab@linux-m68k.org
2013-01-28 13:44 ` jaquig at shaw dot ca
2013-01-28 13:48 ` jaquig at shaw dot ca
2013-01-28 18:07 ` pasky at ucw dot cz
2013-01-28 23:08 ` jaquig at shaw dot ca
2013-01-28 23:14 ` pasky at ucw dot cz
2013-01-28 23:30 ` jaquig at shaw dot ca
2014-06-13 18:58 ` fweimer at redhat dot com

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).