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

3 tests failed. create:parsing iso (3272.4) create:parsing iso (3272.5) create:parsing iso (3272.6) #6062

Open
ThomasW1024 opened this issue Nov 3, 2022 · 0 comments

Comments

@ThomasW1024
Copy link

Client info

Date String   : Thu Nov 03 2022 15:29:11 GMT+1030 (Australian Central Daylight Time)
Locale String : 11/3/2022, 3:29:11 PM
Offset        : -630
User Agent    : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
Moment Version: 2.29.4

====

create:parsing iso (3272.4)

moment should be able to parse ISO 2011-10

// Expected 2011-10-01T00:00:00.000+10:30
// Actual   2011-10-01T00:00:00.000+09:30
"2011-10-01T00:00:00.000+09:30" === "2011-10-01T00:00:00.000+10:30"

====

create:parsing iso (3272.5)

moment should be able to parse specified ISO 2011-10

// Expected 2011-10-01T00:00:00.000+10:30
// Actual   2011-10-01T00:00:00.000+09:30
"2011-10-01T00:00:00.000+09:30" === "2011-10-01T00:00:00.000+10:30"

====

create:parsing iso (3272.6)

moment should be able to parse specified strict ISO 2011-10

// Expected 2011-10-01T00:00:00.000+10:30
// Actual   2011-10-01T00:00:00.000+09:30
"2011-10-01T00:00:00.000+09:30" === "2011-10-01T00:00:00.000+10:30"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant