<?php
/**************************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@Authors: Ryan Thompson(hide@address.com)
***************************************************************************/
$i = 0;
include($root_dir ."/config/tz_list.php");
foreach($timezones AS $key => $value)
{
$timezone_list[$i] = array("tz_id"=>"$key", "timezone"=>"$value");
$i++;
}
$data = $timezone_list;