Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateTime.parse should be more clearly defined, able to parse the same sorts of things as JavaScript's Date.parse #10779

Closed
alan-knight opened this issue May 21, 2013 · 1 comment
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

Comments

@alan-knight
Copy link
Contributor

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.

@floitschG
Copy link
Contributor

Agreed. I updated issue #1878.


Added Duplicate label.
Marked as being merged into #1878.

@alan-knight alan-knight added Type-Defect library-core 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 labels May 23, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants