Skip to content
Snippets Groups Projects
Commit fb5f2444 authored by treinar's avatar treinar
Browse files

Add timeZone param to sample config

parent 878541e7
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ public class NaerstadModel extends I18nImpl implements Model{
"\t},\n" +
"\t\"modelId\":\"" + MODEL_ID.toString() + "\",\n" +
"\t\"configParameters\":{\n" +
"\t\t\"timeZone\":\"Europe/Oslo\", \n" +
"\t\t\"calculationStart\":\"2012-08-20T00:00:00+02:00\",\n" +
"\t\t\"calculationEnd\":\"2012-08-30T00:00:00+02:00\",\n" +
"\t\t\"observations\":[\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment