Opened 16 years ago
Closed 14 years ago
#198 closed defect (fixed)
libc: utimes doesn't handle dates prior to 1980 in a good manner
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | libc-backend | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
Seems to be wrapping or something now, we should either return a failure or just stop at 1980.
Change History (3)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3707]) libc_back_timeUnix2FileTime: Dates prior to 1980 will be set to 1980-01-01T00:00:00. References #198.