mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
3 lines
119 B
Perl
3 lines
119 B
Perl
|
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
|
||
|
printf("500%02d%03d%02d\n", $year, 1+$yday, $hour);
|