elm-community / elm-time

A pure Elm date and time library.

Home Page:http://package.elm-lang.org/packages/elm-community/elm-time/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot convert if there are decimal fractions of a second

mordrax opened this issue · comments

This fails because it's expecting the "Z" to be after "03:56:12"

DT.fromISO8601 "2016-11-14T03:56:12.123Z"
Err "Errors encountered at position 19: expected "Z" or expected an integer"
: Result.Result String Time.DateTime.DateTime

Awesome! Thanks for the prompt response :) 👍

My pleasure, I'm just waiting for the tests to run on Travis and will cut a release once they pass (for some reason elm-test fails on my machine specifically for elm-time but nothing else).