c++.rtl - localtime question
- Arjan Knepper <arjan jak.nl> Apr 06 2001
- "Walter" <walter digitalmars.com> Apr 06 2001
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
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