Skip to content

Date.fromString fails to parse RFC3339 date #3451

Closed
@DartBot

Description

@DartBot

This issue was originally filed by sammcca...@google.com


In latest dartium:
new Date.fromString("2012-01-30T10:00:00+01:00")
Exception: Illegal argument(s): 2012-01-30 10:00:00+01:00

The timezone information will be lost as Date doesn't support it, but it should parse to the same value as "2012-01-30T09:00:00Z".

Activity

dgrove

dgrove commented on Jun 11, 2012

@dgrove
Contributor

cc @floitschG.
Added Area-Library, Triaged labels.

lrhn

lrhn commented on Aug 22, 2013

@lrhn
Member

Removed Priority-Medium label.
Added Priority-Low label.

lrhn

lrhn commented on Aug 23, 2013

@lrhn
Member

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

added
P3A lower priority bug or feature request
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-duplicateClosed in favor of an existing report
on Aug 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestarea-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-duplicateClosed in favor of an existing report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dgrove@lrhn@DartBot

        Issue actions

          Date.fromString fails to parse RFC3339 date · Issue #3451 · dart-lang/sdk