Details
Description
The timezone in all North America states are wrong in 1 hour difference, I update the timezones using http://download.moodle.org/timezone/ but the last year is 2007.
when I test it using $userDate = usergetdate(mktime(),'America/Adak'); for example .. it is different than the time in http://www.timeanddate.com/worldclock/city.html?n=13
It is so imortanat .. I developed many tasks depends on this time ... plz fix it as soon as possible.
Thanx alot.
Eloy had a look at this and it appears that usergetdate() is using the current logged-in user ($USER) timezone (or the site timezone, I suppose) to make the calculations. He sent me a patch that mostly fixes this issue, but I still have a problem with it. More news as soon as possible...