Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
print strftime("%c",1144172897)
perl -we 'print (my $time= localtime 1144279759, "\n")'
[blue]master #[/blue] perl -e 'print "".localtime 1144279759'
Thu Apr 6 01:29:19 2006
[blue]master #[/blue] awk 'BEGIN{print strftime("%c",1144279759)}'
Thu Apr 6 01:29:19 2006