Skip to content

Instantly share code, notes, and snippets.

@dky
Last active November 16, 2019 21:02
Show Gist options
  • Save dky/4443690 to your computer and use it in GitHub Desktop.
Save dky/4443690 to your computer and use it in GitHub Desktop.
Perl one liner to convert epoch time to human readable
perl -pe 's/([\d.]+)/localtime $1/e;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment