Your message dated Fri, 11 Jul 2008 08:53:21 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Re: date: wrong timezone info
has caused the Debian Bug report #271428,
regarding date: wrong timezone info
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
271428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271428
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: coreutils
Severity: minor
Version: 5.0.91-2
Tags: upstream
$ TZ=Croatia/Split date
Mon Sep 13 06:57:13 Croatia/Split 2004
... when it's really 8:50 there. Croatia/Split does not have
a zoneinfo entry, so date uses GMT instead. Well, then it should say
"GMT" before the year, no? Should be trivial...
Thanks,
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8
--
Please do not CC me when replying to lists; I read them!
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, admin, and user
`. `'`
`- Debian - when you have better things to do than fixing a system
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
But I guess that date can now compare the TZ environment variable and
the result of %Z in the call to strftime.
No, date can't do that because TZ is neither the only nor the primary
way to set the time zone. The details of how the timezone is set is not
date's business. Now that the default output gives an indication that a
bogus timezone setting is being ignored I think the bug can be closed.
Mike Stone
--- End Message ---