From 5fdd70e2f9545ce9af82d2a6e788935c2cae2fdd Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 29 Jul 2024 19:14:13 +0200 Subject: [PATCH] switch timezone-handling on for timestamps and custom-fields --- resources/inc/class.resources_so.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/inc/class.resources_so.inc.php b/resources/inc/class.resources_so.inc.php index eb15a9bfaa..1c71fc69a6 100755 --- a/resources/inc/class.resources_so.inc.php +++ b/resources/inc/class.resources_so.inc.php @@ -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; } -} +} \ No newline at end of file