I use localtime() and gmtime() to do time calculations in my app... After the time change the localtime works fine but gmtime is still showing an hour behind.... Where does gmtime gets the info from? The system time looks right but when I do time manipulation with gmtime i am still getting a difference.... Any ideas on what I should check/change?
Thanks