Skip to content
Snippets Groups Projects
Unverified Commit 65a97d07 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Fix fixtures: add timezone offsets

parent 02ac9b4b
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
description: Unmoderiertes Musikprogramm description: Unmoderiertes Musikprogramm
short_description: Unmoderiertes Musikprogramm short_description: Unmoderiertes Musikprogramm
email: musikredaktion@helsinki.at email: musikredaktion@helsinki.at
created: 1970-01-01 00:00:00 created: 1970-01-01T00:00:00+01:00
last_updated: 1970-01-01 00:00:00 last_updated: 1970-01-01T00:00:00+01:00
\ No newline at end of file
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
username: admin username: admin
is_staff: 1 is_staff: 1
is_active: 1 is_active: 1
date_joined: 2018-01-01 00:00:00 date_joined: 2018-01-01T00:00:00+01:00
- model: auth.user
pk: 2 pk: 2
fields: fields:
id: 2 id: 2
...@@ -18,4 +19,4 @@ ...@@ -18,4 +19,4 @@
username: pm1 username: pm1
is_staff: 1 is_staff: 1
is_active: 1 is_active: 1
date_joined: 2018-01-01 00:00:00 date_joined: 2018-01-01T00:00:00+01:00
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment