Subj : Squish on Linux (compile errors)
To : mark lewis
From : Oliver Thuns
Date : Sat Nov 23 2019 11:18 am
Hi mark,
ml>>> it cannot because it cannot store it properly... seriously, it
ml>>> uses the file time record which only has 2 second seconds
ml>>> capability in DOS... it should be using a different time record
ml>>> but...
OT>> seriously, you are wrong :-P
ml> you might want to look at those sources again, sir... we specifically
ml> tracked this modified time stamp problem down several years ago...
ml> every message coming via squish had the seconds in multiples of two...
ml> no odd numbers at all...
I don't know if there are older Squish versions that have this problem or what
tossers or other programs were involved when you tracked down the problem.
Squish (1.12 from Maximus 3.02) does not modify the time for pass-through or
(re)scanned messages. It also uses "one-second granularity" for dupe checking.
ml> the DateTime record is a four byte packed longint... it is not a unix
ml> time number... in C one would break it apart like so...
ml> i repeat, squish is using the DOS filesystem datetime format for the
ml> message date/time fields... the DOS filesystem datetime format is
ml> limited to 2 second increments...
Yes, it does, but it also stores the original FTS-0001 datetime string. Yes,
the time that is displayed in the editor has only two-second granularity, but a
squish tosser can (and should) use the __ftsc_date field.