mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
This will name timezone_offset to tz_offset.
This commit is contained in:
parent
32d26df97d
commit
4b26993512
@ -36,9 +36,9 @@
|
||||
|
||||
for ($i = -23; $i<24; $i++)
|
||||
{
|
||||
$timezone_offset[$i] = $i;
|
||||
$tz_offset[$i] = $i;
|
||||
}
|
||||
create_select_box('Time zone offset','timezone_offset',$timezone_offset);
|
||||
create_select_box('Time zone offset','tz_offset',$tz_offset);
|
||||
|
||||
$date_formats = array(
|
||||
'm/d/Y' => 'm/d/Y',
|
||||
|
Loading…
Reference in New Issue
Block a user