From 120cd3df18f9619dc05a199a955783ca1282fc51 Mon Sep 17 00:00:00 2001
From: stendler <stendler@mi.fu-berlin.de>
Date: Sat, 13 Jan 2018 19:12:47 +0100
Subject: [PATCH] future: timezone stuff when working with timestamps

just an idea in the maybe right direction
not necessary for our prototype as we probably won't work globally
---
 src/main/resources/application.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 88cfe11..0b573fd 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -5,3 +5,5 @@
 
 spring.jpa.hibernate.ddl-auto=create
 
+# timezones if we would run this globally
+# spring.jackson.time-zone=
-- 
GitLab