[Bug 557494] New: differing time values 1 correct others are not
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c0 Summary: differing time values 1 correct others are not Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: doiggl@velocitynet.com.au QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4) Gecko/20091017 SUSE/2.0.0-3.1 SeaMonkey/2.0 1. set time zone to sydney Australia. 2. set 'clock defaults to : Australia/Sydney Reproducible: Always Steps to Reproduce: 1. set time zone to sydney Australia. 2. set 'clock defaults to :' Australia/Sydney Actual Results: clock in taskbar shows correct time 12:28:55 clock in gkrellm shows in-correct time 1:28:55 date command in console shows 01:28:44 (not worried about the seconds) Expected Results: All times to be the same. Will attach screenshot. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c1 --- Comment #1 from Glenn Doig <doiggl@velocitynet.com.au> 2009-11-21 01:53:38 UTC --- Created an attachment (id=328796) --> (http://bugzilla.novell.com/attachment.cgi?id=328796) different times on same pc -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c2 --- Comment #2 from Glenn Doig <doiggl@velocitynet.com.au> 2009-11-21 10:53:43 UTC --- Question: How can I set globally TZ=Australia/Sydney so the settings show all the same time ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c3 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |meissner@novell.com Info Provider| |doiggl@velocitynet.com.au --- Comment #3 from Marcus Meissner <meissner@novell.com> 2009-11-24 08:16:05 UTC --- setting the timezone sets /etc/localtime, so all times should change to it. it is also possible that it is overridden by "TZ" environment variable. ls -l /etc/localtime echo $TZ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c4 Glenn Doig <doiggl@velocitynet.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |doiggl@velocitynet.com.au Info Provider|doiggl@velocitynet.com.au | --- Comment #4 from Glenn Doig <doiggl@velocitynet.com.au> 2009-11-24 11:30:08 UTC --- Original setting when using livecd was # cat /etc/localtime TZif2UTCTZif2UTC UTC0 I edited this to TZ=Australia/Sydney Then # cat /etc/localtime TZ=Australia/Sydney # echo $TZ # echo $TZ showed blank/nothing/not set. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c5 --- Comment #5 from Marcus Meissner <meissner@novell.com> 2009-11-24 12:05:32 UTC --- /etc/localtime is not a text file. it is a hardlink to /usr/share/zoneinfo/...something ... you probably just destroyed the UTC zone file ;) to make it use Australia/Sydney: rm /etc/localtime ln /usr/share/zoneinfo/Australia/Sydney /etc/localtime -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c6 --- Comment #6 from Glenn Doig <doiggl@velocitynet.com.au> 2009-11-24 13:27:52 UTC --- # rm -v /etc/localtime removed `/etc/localtime' linux:/tmp # ln -v /usr/share/zoneinfo/Australia/Sydney /etc/localtime `/etc/localtime' => `/usr/share/zoneinfo/Australia/Sydney' # echo $TZ linux:/tmp # # ll /etc/localtime -rw-r--r-- 9 root root 2183 Nov 1 20:10 /etc/localtime linux:/tmp # wc -l /etc/localtime 8 /etc/localtime so /etc/localtime has content in it now. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c7 --- Comment #7 from Marcus Meissner <meissner@novell.com> 2009-11-24 15:36:35 UTC --- more interesting is if "date" now shows the right timezone ;) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c8 --- Comment #8 from Glenn Doig <doiggl@velocitynet.com.au> 2009-11-25 10:12:52 UTC --- Created an attachment (id=329400) --> (http://bugzilla.novell.com/attachment.cgi?id=329400) times from taskbar, command prompt and gkrellm look ok -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |pbaudis@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c9 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |doiggl@velocitynet.com.au --- Comment #9 from Petr Baudis <pbaudis@novell.com> 2009-11-27 09:25:36 UTC --- ..so what do you need from me? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c10 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|doiggl@velocitynet.com.au |sqiu@novell.com --- Comment #10 from Petr Baudis <pbaudis@novell.com> 2009-11-27 09:26:43 UTC --- (NEEDINFO on Shuang Qiu who reassigned this to me.) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557494 http://bugzilla.novell.com/show_bug.cgi?id=557494#c12 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #12 from Petr Baudis <pbaudis@novell.com> 2009-12-01 13:56:01 UTC --- Probably not all applications got updated immediately after changing timezone, unfortunately the bugreport is short on details :(. Anyway, I'm glad that this works for you now, and we can close the bugreport. :) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com