erlsci / iso8601

An ISO 8601 date formating and parsing library for Erlang
MIT License
130 stars 93 forks source link

Ability to format fractional seconds, such as those returned by epgsql #10

Closed betawaffle closed 10 years ago

betawaffle commented 12 years ago

Example: {{2012,7,6},{17,25,10.0}}

seansawyer commented 12 years ago

Will likely tackle this together with #7, but not super high on my list considering that function spec explicitly references the calendar type specs.

tsloughter commented 11 years ago

I needed this for epgsql as well so I did the simplest solution. A pull request is available.

betawaffle commented 10 years ago

Looks like #11 was merged.