diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2
index e1d44d1..8bc5770 100755
--- a/web/view/home.html.jinja2
+++ b/web/view/home.html.jinja2
@@ -671,7 +671,7 @@ var sw;
jQuery().ready(function($){
// Space Weather app itself, handling data downloads and plot draws.
sw = new SpaceWeather(configuration);
- sw.init("{{ started_at }}", "{{ stopped_at }}");
+ sw.init("{{ started_at }}Z", "{{ stopped_at }}Z");
// User Interface (except plots' interactivity, such as mouse hovers)
var parameters = $('#parameters');
diff --git a/web/view/layout.html.jinja2 b/web/view/layout.html.jinja2
index 12f18e5..ee00342 100755
--- a/web/view/layout.html.jinja2
+++ b/web/view/layout.html.jinja2
@@ -34,9 +34,9 @@