This repository was archived by the owner on Aug 23, 2018. It is now read-only.
Commit a892fdf
committed
There are many problems with window.Date so stop relying on it.
There are just a bunch of problems with relying on the JS Date
representation that I do not think can be solved with the JS
foundation. For example, the ISO 8601 parsing is impure for dates.
It appears that elm-community/elm-time provides similar functionality,
but in a pure way that takes the IANA time zone database into account.
The pure approach could be improved with something like
https://github.com/evancz/time-zone-database-proposal down the line.
Unclear if we should stick with this choice, but I would like to
explore alternatives first.1 parent fb79e28 commit a892fdf
4 files changed
+0
-317
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 149 | | |
155 | 150 | | |
156 | 151 | | |
| |||
0 commit comments