I need to make a modification to a legacy app written in Turbo Pascal 7 which requires me to find out the current timezone offset. The program runs in a DOS box in a 32-bit XP environment.
Anybody know of a way of doing this?
** EDIT **
I probably should add that the reason for this question is because I want to know the UTC time , i.e. I want a way of calling a GetSystemTime
equivalent from DOS.