Thread Unixtime (12 answers)
Opened by Gast at 2006-01-11 17:22

bloonix
 2006-01-12 17:07
#61660 #61660
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
[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"
[/quote]

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.

View full thread Unixtime