Opened 10 years ago
Closed 2 months ago
#10906 closed bug (fixed)
strptime doesn't accept dates very far in the past.
Reported by: | pulkomandy | Owned by: | zooey |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It is not possible to parse "Fri, 13-Dec-101 20:45:51" (notice the year). Linux implementation accepts this, and sets the tm_year to a negative value.
Attachments (1)
Change History (2)
by , 10 years ago
comment:1 by , 2 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This works now, probably after strptime was replaced with musl's.
Note:
See TracTickets
for help on using tickets.
Test for parsing year 101 with strptime.