elm-iso8601-date-strings
elm-iso8601-date-strings copied to clipboard
Error in readme: Time.Posix is not in UTC
Readme says
If it encounters a UTC offset in the string, it normalizes and discards it such that the resulting Time.Posix value is in UTC no matter what.
The end part "such that the resulting Time.Posix value is in UTC no matter what." is wrong. Time.Posix is never in UTC as it's independent from any timezone.
Internally in the code there is some conversion work to translate the output value to UTC like in the fromTime and toTime functions so that the parsed output will be a UTC equivelant Time.Posix. Maybe the wording could be better here though... any suggestions?
@rtfeldman I think this issue could be closed now, what do you think?