I'm falling over with this probably easy task.
I'm trying to get from the computer time, a time and date that is in UTC.
Time in format hh:mm (also in hh:mm:ss too)
Date in format yymmdd
I've tried adding ZoneInfo.Bias and ZoneInfo.DaylightBias to my time, but that gets some odd time that counts backwards.
Looking deeper, it seems I can use a function TzSpecificLocalTimeToSystemTime, but I don't get how to use that.
(SystemTime gives UTC all over world, yes?)
Would some kind soul put me out of my misery?
Steve (Delphi 2007 & XP)