Hi,
I need to calculate the local time without considering the daylight saving into account. Is there any way to do it?. I want to use the ANSI C routines present as this program needs to be ported on many platforms.
Presently if I call ANCI localtime() routine, it gives the time taking daylight saving into accout ( if dst is active). I want the time without any addition of daylight saving. Advice on the way to achieve this.
Thanks
Shiv
I need to calculate the local time without considering the daylight saving into account. Is there any way to do it?. I want to use the ANSI C routines present as this program needs to be ported on many platforms.
Presently if I call ANCI localtime() routine, it gives the time taking daylight saving into accout ( if dst is active). I want the time without any addition of daylight saving. Advice on the way to achieve this.
Thanks
Shiv
Comment