Timestr - Convert between the UTC seconds and a time string. |
Timestr - Convert between the UTC seconds and a time string.
$Id: Timestr.pm,v 1.1 2002/04/10 15:16:35 T.Shigetome Exp $
use Timestr; print LocalToGmtDate();
use Timestr; ($sec,$min,$hour,$mday,$mon,$year,$wday) = AnalyzeDate("Mon, 01 Apr 2002 12:34:56 GMT");
Convert between the UTC seconds and a time string.
($sec,$min,$hour,$mday,$mon,$year,$wday) = AnalyzeDate("Mon, 01 Apr 2002 12:34:56 GMT");
Tetsuya Shigetome, <t_shigetome@muf.biglobe.ne.jp>.
Timestr - Convert between the UTC seconds and a time string. |