Thread date() von PHP in Perl (6 answers)
Opened by Gast at 2008-07-07 19:23

betterworld
 2008-07-08 02:34
#111926 #111926
User since
2003-08-21
2614 Artikel
ModeratorIn

user image
renee+2008-07-07 17:31:43--
Code (perl): (dl )
1
2
use POSIX;
print strftime "%d.%m.%Y %H:%M:%S GMT %z", gmtime;

Ich wuerde da localtime statt gmtime nehmen. Sonst wuerde das %z imho auch falsch sein bzw. nicht zu der Zeitangabe passen.

View full thread date() von PHP in Perl