In a Delphi XE application, I read values from a database originally created by a C ++ program. There is a date column that is stored (will look) like time_t, i.e. Unix time, seconds since 00:00, January 1, 1970 UTC. I can deal with the time zone, but how can I get the TDateTime from (long) time_t?
source
share