Thread Unixtime
(12 answers)
Opened by Gast at 2006-01-11 17:22
[quote=Strat,11.01.2006, 17:29]UnixEpochSeconds:
Code: (dl
)
perl -le "print time" aktuelle uhrzeit: Code: (dl
)
perl -MPOSIX -le "print strftime '%H:%M:%S', localtime" hmm... einfach nur Unix-Kommandozeile? Wäre da ein simples Code: (dl
)
date oder Code: (dl
)
date +'%H:%M:%S' nicht einfacher? What is a good module? That's hard to say.
What is good code? That's also hard to say. One man's Thing of Beauty is another's man's Evil Hack. |