Opened 16 years ago

Closed 13 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 Changed 13 years ago by bird

Status: newassigned

comment:2 Changed 13 years ago by bird

(In [3707]) libc_back_timeUnix2FileTime: Dates prior to 1980 will be set to 1980-01-01T00:00:00. References #198.

comment:3 Changed 13 years ago by bird

Resolution: fixed
Status: assignedclosed

(In [3709]) libc_back_timeUnix2FileTime: Dates prior to 1980 will be set to 1980-01-01T00:00:00. Fixes #198.

Note: See TracTickets for help on using tickets.