Regardless of what the user\'s local time zone is set to, using Delphi 2007, I need to determine the time (TDateTime) in the Eastern time zone.
How can I do that? Of co
To be specific, TDateTime isn't object, it's just an alias for double.
TDateTime
object
double