Topic: Auto-set Timezone on Install
Why not auto-set the timezone in install.php?
The code would look something like this (I'm changing it in the config array in install.php):
'o_server_timezone' => "'".(date('Z') / 3600)."'",
Unless I'm missing something on how it works, it should return the correct timezone for the server