Or I guess, change what PHP thinks the time is (the time it has access to is interpreted differently). I hope this makes sense.
I realize there are functions like date_default_timezone_set() but I don't think that would fix the problem. It would display the correct time, but still only under a false zone, I think.
I guess I could also go through the code and just change what needs to be changed for it to display the right zones, just make it give different values for the selections. Hmmm...
Any help is greatly appreciated!