Thread strftime stuerzt ab (17 answers)
Opened by betterworld at 2008-04-22 03:58

KurtZ
 2008-04-22 04:23
#108670 #108670
User since
2007-12-13
411 Artikel
BenutzerIn
[default_avatar]
betterworld+2008-04-22 01:58:48--
Code: (dl )
1
2
3
use POSIX qw(locale_h strftime);
setlocale( LC_ALL, "de_DE.ISO8859-1" );
print strftime( "%p", localtime( time + 40000 ) );


Also bei mir Debian Perl5.8.4 läufts fix durch und gibt %p aus
(vermute jetzt aber das das nicht der gewünschte Effekt ist... : )

Gruß
Kurt
TMTOWTDYOG (there's more than one way to dig your own grave)

View full thread strftime stuerzt ab