https://bugzilla.novell.com/show_bug.cgi?id=354629 User tzahnise@fchn.com added comment https://bugzilla.novell.com/show_bug.cgi?id=354629#c1 Summary: Julian date output incorrect Product: SUSE Linux 10.1 Version: Final Platform: x86-64 OS/Version: SLES 10 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: tzahnise@fchn.com QAContact: qa@suse.de Found By: --- $ cat bug_smb #!/bin/ksh date "+%j" typeset -i julian=$(date +"%j") echo $julian # # output when run on $(version -a): # Linux junior 2.6.16.53-0.8-smp #1 SMP Fri Aug 31 13:07:27 UTC 2007 x86_64 x86_ 64 x86_64 # # $ bug_smb # 017 # 15 <-- This should be 17 instead of 15 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.