Project

General

Profile

Actions

Bug #18565

closed

strptime reports invalid date when string is "130AM" and format string is '%I:%M%p'

Added by CaryInVictoria (Cary Swoveland) over 2 years ago. Updated over 2 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:107426]

Description

DateTime.strptime("1:30PM", '%I:%M%p') and DateTime.strptime("1:30PM", '%l:%M%p') both return
#<DateTime: 2022-02-01T13:30:00+00:00 ((2459612j,48600s,0n),+0s,2299161j)>

DateTime.strptime("130PM", '%I%M%p') and DateTime.strptime("130PM", '%l%M%p')
both raise the exception Date::Error: invalid date

I don't understand why an exception should be raised when the string is "130PM". Is this a bug?

Actions

Also available in: Atom PDF

Like0
Like0