Skip to content

Instantly share code, notes, and snippets.

@martinklepsch
Created May 4, 2015 16:41
Show Gist options
  • Save martinklepsch/0717c8a543746086b6b7 to your computer and use it in GitHub Desktop.
Save martinklepsch/0717c8a543746086b6b7 to your computer and use it in GitHub Desktop.
(defn fmt-seconds [n-seconds]
(tf/unparse (tf/formatter "HH:mm:ss")
(t/plus (t/date-time 0) (t/seconds n-seconds))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment