Skip to content

Instantly share code, notes, and snippets.

@seancribbs
Created July 9, 2014 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seancribbs/a643dfb9613791b68138 to your computer and use it in GitHub Desktop.
Save seancribbs/a643dfb9613791b68138 to your computer and use it in GitHub Desktop.
isotime({{Y,Mo,D},{H,Mi,S}}) ->
ISO = io_lib:format("~w-~.2.0w-~.2.0wT~.2.0w:~.2.0w:~6.3.0fZ",
[Y, Mo, D, H, Mi, S]),
unicode:characters_to_binary(ISO).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment