DateTime parses anything #12514
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
co19/LibTest/core/DateTime/parse_A03_t01
2001-00-01 00:00:00.0 parsed as 2000-12-01 00:00:00.000
2001-13-01 00:00:00.0 parsed as 2002-01-01 00:00:00.000
2001-01-00 00:00:00.0 parsed as 2000-12-31 00:00:00.000
2001-01-32 00:00:00.0 parsed as 2001-02-01 00:00:00.000
2001-01-01 25:00:00.0 parsed as 2001-01-02 01:00:00.000
2001-01-01 00:60:00.0 parsed as 2001-01-01 01:00:00.000
2001-01-01 00:00:60.0 parsed as 2001-01-01 00:01:00.000
The text was updated successfully, but these errors were encountered: