what do you prefer?
MakeDateTime has 2035 year limit but is easier to use.
mktime use a struct, maybe more complete, but more difficult.
also how do you handle DST? if you don't have the UTC time is impossible to know if a file where stored in DST or not, am i correct?
there are other time format that i don't know?
thank you