Topic: Register.php: Timezone converted to intval? But list has +3.5 on it.
I was just looking through register.php, and noticed that it does converts timezone to an integer value, but the list of time zones contains noninteger values as well. Is this a bug?
The offending line:
$timezone = intval($_POST['timezone']);