Hello friends,
I'm developing a win32 not MFC program which needs to display a date and time so made: current year, month and day, but hour retrieved by a CSV file.
This is the code I'm using:
where 'nHour' is the hour retrieved by CSV file.
I want to get the exact CSV file hour, but when Daylight savings time occur I get nHour plus or minus 1 depending on season.
How to avoid this program behavior?
Thanks