just some random blog...
Linux, Perl and more...
Friday, February 8, 2013
Convert Unix Epoch to local time string
really simple...
#! /usr/bin/perl -w
print scalar localtime(shift || time) ."\n";
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment