DateTime.parse should be more clearly defined, able to parse the same sorts of things as JavaScript's Date.parse #10779
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-duplicate
Closed in favor of an existing report
library-core
See dartbug.com/10732
I think that reading something like RFC822 dates (and specifically HTTP header dates) might be more appropriate for DateTime.parse than for an internationalization library. Currently the format for DateTime.parse is not clearly defined. It just says a subset of 8601 and has a few examples. It seems like it should either be able to do the same things as JavaScript's Date.parse, or we should clearly define what it does.
The text was updated successfully, but these errors were encountered: