mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
was not fully working with half-hour timezone, like eg. used in australia
This commit is contained in:
parent
c25ba82735
commit
4a800502fa
@ -583,7 +583,7 @@
|
|||||||
*/
|
*/
|
||||||
function egw_datetime()
|
function egw_datetime()
|
||||||
{
|
{
|
||||||
$this->tz_offset = 3600 * (int)@$GLOBALS['egw_info']['user']['preferences']['common']['tz_offset'];
|
$this->tz_offset = 3600 * @$GLOBALS['egw_info']['user']['preferences']['common']['tz_offset'];
|
||||||
print_debug('datetime::datetime::gmtnow',$this->gmtnow,'api');
|
print_debug('datetime::datetime::gmtnow',$this->gmtnow,'api');
|
||||||
|
|
||||||
$error_occured = True;
|
$error_occured = True;
|
||||||
|
Loading…
Reference in New Issue
Block a user