Hi all,
I'm using RHEL 5.3 (linux 2.6.18)
I have a legacy code that relies on timezone and dst returned by ftime(3).
Now from ftime(3) man pages I see that timezone and dstflag are not supported. Also in gettimeofday(3) those fields are not supported.
How I can retrieve timezone and dst?
Thanks