Closed Toru-Takagi closed 8 months ago
I've read the documentation, but I apologize if my knowledge falls short. (validOffset)
I've noticed that the format 1982-05-17T07:44:00+0900 works as expected, but when using 1982-05-17T07:44:00+09:00, it leads to a format error stating Error: Invalid offset: +09:0 .
1982-05-17T07:44:00+0900
1982-05-17T07:44:00+09:00,
Error: Invalid offset: +09:0
Moment.js documentation
Moment.js test code
date-fns
I've read the documentation, but I apologize if my knowledge falls short. (validOffset)
I've noticed that the format
1982-05-17T07:44:00+0900
works as expected, but when using1982-05-17T07:44:00+09:00,
it leads to a format error statingError: Invalid offset: +09:0
.Moment.js documentation
Moment.js test code
date-fns