Topic: Timezone not included
Not sure if this is a feature request or a bug report
My timezone is not included -- it's GMT -3.5 hours (-2.5 hours during daylight savings time).
It was easy enough to modify the forms in profile.php and admin_options.php to add options for GMT -2.5 and GMT -3.5, but the database field where the timezone is stored also had to be changed. It's currently an integer; I changed it to floating point (3,1).
Also in register.php, line 159 had to go:
$timezone = intval($_POST['timezone']);