Convert more timestamps to include timezone
authorDiane Trout <diane@ghic.org>
Tue, 21 Jan 2014 23:54:27 +0000 (15:54 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 23:06:21 +0000 (16:06 -0700)
htsworkflow/frontend/samples/fixtures/test_samples.json

index cdaedb10d2dabedc0da8546aa3010ab25994bd63..f368b71ff86b7c8b8d78829dbfe81f6e7938e0a8 100644 (file)
@@ -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,