Skip to content

Instantly share code, notes, and snippets.

@whazzmaster
Created September 1, 2017 20:03
Show Gist options
  • Save whazzmaster/ad20a2d53b8ef87bac67fba6002a228d to your computer and use it in GitHub Desktop.
Save whazzmaster/ad20a2d53b8ef87bac67fba6002a228d to your computer and use it in GitHub Desktop.
scalar :time, description: "ISOz time" do
parse &Timex.parse(&1.value, "{ISO:Extended:Z}")
serialize &Timex.format!(&1, "{ISO:Extended:Z}")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment