Opened 20 years ago
Closed 20 years ago
#49 closed defect (fixed)
libc: st_ctime is incorrect and st_birthtime isn't converted to UTC
| Reported by: | bird | Owned by: | bird | 
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.1 | 
| Component: | libc-backend | Version: | 0.6 | 
| Severity: | normal | Keywords: | libc stat st_mtime st_ctime st_birthtime | 
| Cc: | 
Description
Tittle says it all. coreutils stat shows unix epoch for ctime (change time). We should set st_ctime to st_mtime for now.
  Note:
 See   TracTickets
 for help on using tickets.
    
The former is a stat backend bug. Both fixed.