You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time::Piece now: Tue Oct 13 14:34:48 2020
DateTime now: 2020-10-13T05:34:48
---
with 2020-07-25T11:32:31
---
strptime with tp: Sat Jul 25 11:32:31 2020
parse_datetime with dt: 2020-07-25T11:32:31
---
with 2020-09-31T11:32:31
---
strptime with tp: Thu Oct 1 11:32:31 2020
parse_datetime with dt: dies
---
with 2020-02-31T11:32:31
---
strptime with tp: Mon Mar 2 11:32:31 2020
parse_datetime with dt: dies
---
with 2020-02-34T11:32:31
---
strptime with tp: dies
parse_datetime with dt: dies
Is this a specification?
The text was updated successfully, but these errors were encountered:
I'm sorry that I can't read/write XSs so can't fix this myself.
The parser of this module is more flexible than other Modules. I think it's an advantage.
e.g. DateTime::Format::Mysql can't parse the formats with omission like $t->strptime( "$date 09:00", '%Y-%m-%d %H:%M')),
must be DateTime::Format::MySQL->parse_datetime("$date 09:00:00"), it's too redundant.
So, I hope that this issue(not the docs) is fixed.
What can I help you? (other than writing XS codes)
when I ran the code like below:
It returns like this:
Is this a specification?
The text was updated successfully, but these errors were encountered: