Skip to content

Instantly share code, notes, and snippets.

@firesofmay
Created July 5, 2012 10:03
Show Gist options
  • Save firesofmay/3052750 to your computer and use it in GitHub Desktop.
Save firesofmay/3052750 to your computer and use it in GitHub Desktop.
Get Epoch
(defn getepoch [timestamp]
(int (/ (.getMillis timestamp) 1000)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment