in reply to problem with 'strftime' on unix systems
However, on my Linux box, "%s" prints the number of seconds since the Epoch. Since that's what gmtime is returning, why use the long about route using strftime in the first place? Wouldn't perl -lwe 'print gmtime' to the trick?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problem with 'strftime' on unix systems
by davorg (Chancellor) on Oct 23, 2006 at 11:08 UTC |