Приглашаем посетить
Иностранная литература (ino-lit.ru)

Reference: gmctime

PreviousChapter 8
Standard Modules
Next
 

gmctime

$gmc = gmctime()

Overrides the core gmtime function in scalar context; returns a string with the date and time:

use Time::gmtime;
$gmc = gmctime();
print $gmc;
Then the output of the print command looks like:
Thu Apr 9 18:15:06 1998


PreviousHomeNext
Reference: gmtimeBook Index8.159 Time::gmtime