I need internationalization support for Date/Time, per the instructions in the package I'm mailing this mailing list, though it's with a PR.
I wrote https://github.com/shutej/rfc3339/blob/master/src/Native/Rfc3339.js an eon ago to solve this, but the change was rejected. Here's another crack at the problem: https://github.com/elm-lang/core/pull/739 This is missing some date/time functions, but I don't need them for my purpose, so I thought we'd start with this. For instance, I can use `Date.fromString "Sat Jan 01 0 00:00:00 UTC"` to create the zero value for the RFC3339 dates created by Go, I think. Others may need that functionality, in which case they'll have to hack some more. Jeremy -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
