Topic: register.php does not allow x.5 timezones

$timezone = intval($_POST['timezone']);

By using intval() the decimal component of the timezone is lost.

Re: register.php does not allow x.5 timezones

Correct. Noted.

"Programming is like sex: one mistake and you have to support it for the rest of your life."