www.digitalmars.com         C & C++   DMDScript  

c++.rtl - localtime question

reply Arjan Knepper <arjan jak.nl> writes:
Hi,

Is there a possibility to switch *only* the DST correction off
for  'struct tm  *localtime ( time_t )' even when the PC-time
*is* automatic switching to DST?


Thanks,
Arjan
Apr 06 2001
parent "Walter" <walter digitalmars.com> writes:
Since it's driven by system calls, you'll need to modify the rtl code.

Arjan Knepper wrote in message <3ACD95C0.EE95463E jak.nl>...
Hi,

Is there a possibility to switch *only* the DST correction off
for  'struct tm  *localtime ( time_t )' even when the PC-time
*is* automatic switching to DST?


Thanks,
Arjan

Apr 06 2001