(GMT-12:00) Eniwetok, Kwajalein
Submitted by Ulysses on Sun, 01/20/2008 - 10:16.
I'm sure Eniwetok and Kwajalein are both marvellous places to visit, and I have nothing against them, but they keep usurping the timezone of MY choice.
Each time a user is modified, their timezone chamges to "(GMT-12:00) Eniwetok, Kwajalein".
Other than emigrating to Eniwetok, is there a quick fix for this?
Michael

Not sure why this would be happening, I don't think i've noticed it before. It might be an issue with the default value of the timezone in the form. If you can provide some more details and steps necessary to replicate the issue, please file a bug report. Also see http://www.projectpier.org/bug-reports
This is the result of this bug: http://projectpier.org/node/588
So it should be fixed in the next version! In the meantime you can modify your MySQL tables using the following SQL:
ALTER TABLE `pp_users` MODIFY `timezone` FLOAT(3, 1) NOT NULL DEFAULT '0.0';
ALTER TABLE `pp_companies` MODIFY `timezone` FLOAT(3, 1) NOT NULL DEFAULT '0.0';
Thanks. That fixed it nicely.