From 9128a174144f2c82af852f7b08aaba7e9ed8cac5 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 3 Sep 2017 14:55:39 +0200 Subject: [PATCH] tests for time zones --- rowers/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rowers/tests.py b/rowers/tests.py index 415154ef..96b2bb91 100644 --- a/rowers/tests.py +++ b/rowers/tests.py @@ -371,6 +371,7 @@ class DataTest(TestCase): 'name':'test', 'date':'2016-05-01', 'starttime':'07:53:00', + 'timezone':'UTC', 'duration':'0:55:00.1', 'distance':8000, 'notes':'Aap noot \n mies', @@ -595,6 +596,7 @@ class ViewTest(TestCase): 'name':'aap', 'date':'2016-11-05', 'starttime':'09:07:14', + 'timezone':'Europe/Berlin', 'duration':'1:00:00.5', 'distance':'15000', 'workouttype':'rower',