in reply to
built-in gmtime() returning one month off?
It may just be that the month returned by
gmtime
is zero-based, so you'll need to add 1 to get the value you expect (e.g., 1 for January, etc.)
-- Mike
--
just,my${.02}
Comment on
Re: built-in gmtime() returning one month off?
In Section
Seekers of Perl Wisdom