Leser: 15
strftime("%d.%m.%Y %H:%M", localtime())
'[%t] %f:%p (%c) %m%n'
1
2
3
4
5
6
7
8
9
10
11
%formats = (
...
y => [ 's', sub { sprintf("%04d%02d%02d %02d%02d",
( localtime() )[5]+1900,
( localtime() )[4]+1,
( localtime() )[3],
( localtime() )[2],
( localtime() )[1],
)
}, ], # my own formatstring
);
2009-04-29T14:23:31 herthaI´ve extended the format hash inside the module and it works :-)
QuoteJetzt muss ich lachen, ich dachte hertha wäre nicht deutsch.Bitte entschuldige das ich nicht in deutsch geschrieben habe, aber ich dachte das Forum sei englischsprachig.