switch timezone-handling on for timestamps and custom-fields

This commit is contained in:
ralf 2024-07-29 19:14:13 +02:00
parent 67440f8aed
commit d523566d5d

View File

@ -24,6 +24,7 @@ class resources_so extends Api\Storage
{
parent::__construct('resources','egw_resources', 'egw_resources_extra', '',
'extra_name', 'extra_value', 'extra_id' );
$this->convert_all_timestamps();
$this->columns_to_search = array('name','short_description','inventory_number','long_description','location');
}
@ -99,4 +100,4 @@ class resources_so extends Api\Storage
return $res_id;
}
}
}