Skip to content

Instantly share code, notes, and snippets.

@yashk
Created December 7, 2011 21:59
Show Gist options
  • Save yashk/1444891 to your computer and use it in GitHub Desktop.
Save yashk/1444891 to your computer and use it in GitHub Desktop.
sysmili sec date to human redable date
d=$(echo "$1/1000" | bc); date -d@$d
# usange epc.sh 1323350683861
#Thu Dec 8 08:24:43 EST 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment