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

Support end-of-day (hour 24) like ISO8601

Erudition opened this issue · comments

This library supports converting to/from ISO 8601, but does not support one of the features I need, which is indicated in the Wikipedia article describing the standard.
I should be able to set the time to either 00:00 or 24:00, depending on whether the time is meant to indicate the beginning or the end of a day. Currently the library clamps to 23 hours. It would be nice for this limit to be increased to 24. Note that the time would still be equivalent to 00:00 of the next day.

Am archiving this repository which recommends closing this issue