Is there some simple, consistent, platform independent way to get file modification time?
Unit "dos" is declared as "compatibility unit" for TP. If i use dos.GetFTime under linux it gives 1 hour off for summer time.
In linux i can use BaseUnix.FpStat and then unixutil.EpochToLocal convert st_mtime to human readable format. Then it is not my local time, but global. Even in documetatin is stated that EpochToLocal use correction for time zone.
I'm targeting dos (in dosbox) and linux and want to get matching results.