Ticket Change Details
Not logged in
Overview

Artifact ID: 84b1ed91eef58045d05e50eda2db428ef0d22e26e28e98ae1f33c0decdff1909
Ticket: 4718b41c56d8c135b018b589c3f031b1262d26c6
windows x86 & x64: file mtime overflows in modification date (2038?, windows 32-bit time_t?)
User & Date: sebres 2019-07-04 19:39:47
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/x-fossil-wiki"
  4. comment changed to:
    <code><pre style="padding-left:10pt">
    set fn test.txt; close [open $fn w]
    puts [file mtime $fn [clock scan 01/01/2070 -gmt 1]]
    puts [clock format [file mtime $fn] -gmt 1]
    file delete $fn
    </pre></code>
    this code produces following output on windows (regardless x86 or x64):
    <code><pre style="padding-left:10pt">
    -1139207296
    Sa Nov 25 17:31:44 GMT 1933
    </pre></code>
    
  5. foundin changed to: ">= 8.5"
  6. is_private changed to: "0"
  7. login: "sebres"
  8. priority changed to: "5 Medium"
  9. resolution changed to: "None"
  10. severity changed to: "Severe"
  11. status changed to: "Open"
  12. submitter changed to: "sebres"
  13. subsystem changed to: "16. Commands A-H"
  14. title changed to:
    windows x86 & x64: file mtime overflows in modification date (2034?, windows 32-bit date?)
    
  15. type changed to: "Bug"