Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 3018] actvity_log - hours and minutes

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 3018] actvity_log - hours and minutes
  • Date: Wed, 14 May 2003 04:57:08 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=3018

hgr AT vabo.cz changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |



------- Additional Comments From hgr AT vabo.cz 2003-05-14 04:57 -------
thanks for hours and minutes
timezones probably do not work as you want

i think it is useless to have "%z" option with "-u" at the same time, it
write
only (+0000)
it work correctly without "-u" but then it does not write time in UTC

if we want warn users it is not local time but UTC time we can use "%Z"
or "date -u +%Y%m%d:%H%M\(UTC\)" but is is probably useless

root@abraca:~# date
Wed May 14 10:25:46 CEST 2003
root@abraca:~# date -u +%Y%m%d:%H%M\(%z\)
20030514:0826(+0000)
root@abraca:~# date +%Y%m%d:%H%M\(%z\)
20030514:1026(+0200)
root@abraca:~# date -u +%Y%m%d:%H%M\(%Z\)
20030514:0826(UTC)
root@abraca:~# date +%Y%m%d:%H%M\(%Z\)
20030514:1026(CEST)




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page