From 8b00893acabed9c4ecf763c61512924f733ea5d0 Mon Sep 17 00:00:00 2001
From: Tomasz Wolniewicz <twoln@umk.pl>
Date: Tue, 7 Mar 2023 17:44:25 +0100
Subject: [PATCH] adding missing database default settings

---
 lib/Utils.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Utils.php b/lib/Utils.php
index 4c1e91a..50ebfd9 100644
--- a/lib/Utils.php
+++ b/lib/Utils.php
@@ -1,4 +1,6 @@
 <?php
+setlocale(LC_ALL, 'en_GB.UTF8');
+date_default_timezone_set('UTC');
 
 /* 
  * To change this license header, choose License Headers in Project Properties.
-- 
GitLab