Skip to content
Snippets Groups Projects
Commit 882a9654 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added Timezone Europe/Zurich

parent b7cba614
No related branches found
No related tags found
1 merge request!17Develop
...@@ -67,6 +67,7 @@ public class Globals { ...@@ -67,6 +67,7 @@ public class Globals {
public static String defaultTimestampFormat = "yyyy-MM-dd HH:mm:ssXXX"; public static String defaultTimestampFormat = "yyyy-MM-dd HH:mm:ssXXX";
public static String defaultDateFormat = "yyyy-MM-dd"; public static String defaultDateFormat = "yyyy-MM-dd";
// TODO: Move out of code and into config
public static String[] availableTimeZones = { public static String[] availableTimeZones = {
"UTC", "UTC",
"Etc/GMT-1", "Etc/GMT-1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment