Created
September 1, 2017 20:03
-
-
Save whazzmaster/ad20a2d53b8ef87bac67fba6002a228d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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