Re: gawk strftime '%z' format not reporting correct offset from UTC

2009-04-14 Thread Corinna Vinschen
On Mar 24 08:59, Richard Narum wrote: > >On Mar 23 16:00, Richard Narum wrote: > >> Package Version Status > >> tzcode 2008h-1 OK > >> $ date --version > >> date (GNU coreutils) 6.10 > >> $ gawk --version > >> GNU Awk 3.1.6 > >> $ export TZ=America/Chicago > >> $ date --date='8 Mar 2009' +'%

Re: gawk strftime '%z' format not reporting correct offset from UTC

2009-03-24 Thread Richard Narum
>On Mar 23 16:00, Richard Narum wrote: >> All, >> >> I may have found a bug in the Cygwin version of gawk or maybe I'm missing >> something. >> As the information below depicts the GNU date '%z' format is working but the >> '%z' format >> under gawk's strftime function is not reporting the cor

Re: gawk strftime '%z' format not reporting correct offset from UTC

2009-03-23 Thread Corinna Vinschen
On Mar 23 16:00, Richard Narum wrote: > All, > > I may have found a bug in the Cygwin version of gawk or maybe I'm missing > something.  As the information below depicts the GNU date '%z' format is > working but the '%z' format under gawk's strftime function is not reporting > the correct offse

gawk strftime '%z' format not reporting correct offset from UTC

2009-03-23 Thread Richard Narum
All, I may have found a bug in the Cygwin version of gawk or maybe I'm missing something.  As the information below depicts the GNU date '%z' format is working but the '%z' format under gawk's strftime function is not reporting the correct offset from UTC for me.  I've tested this on Linux and