From 06487ec455b2f2a7425f57ced1aee0e46cb57271 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 21 Jan 2014 15:54:27 -0800 Subject: [PATCH] Convert more timestamps to include timezone --- htsworkflow/frontend/samples/fixtures/test_samples.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htsworkflow/frontend/samples/fixtures/test_samples.json b/htsworkflow/frontend/samples/fixtures/test_samples.json index cdaedb1..f368b71 100644 --- a/htsworkflow/frontend/samples/fixtures/test_samples.json +++ b/htsworkflow/frontend/samples/fixtures/test_samples.json @@ -7,12 +7,12 @@ "is_active": true, "is_superuser": false, "is_staff": false, - "last_login": "2009-01-01 00:00:01", + "last_login": "2009-01-01T00:00:01-0800", "groups": [], "user_permissions": [], "password": "sha1$foo$5e4eefec1144a04becfb7da79244f07c487fc345", "email": "", - "date_joined": "2009-01-01 00:01:01" + "date_joined": "2009-01-01T00:01:01-0800" } }, {"pk": 1, "model": "samples.affiliation", @@ -32,7 +32,7 @@ {"pk": 153, "model": "experiments.flowcell", "fields": { "paired_end": true, - "run_date": "2009-09-11 22:12:13", + "run_date": "2009-09-11T22:12:13-0800", "read_length": 75, "notes": "", "advanced_run": false, -- 2.30.2