dataimport/stores.py
changeset 11033 63d860a14a17
parent 10939 b30c2f49da57
--- a/dataimport/stores.py	Fri Dec 18 09:37:15 2015 +0100
+++ b/dataimport/stores.py	Fri Dec 18 09:23:23 2015 +0100
@@ -259,7 +259,7 @@
             source = cnx.repo.system_source
         self.source = source
         self.create_eid = cnx.repo.system_source.create_eid
-        self.time = datetime.now()
+        self.time = datetime.utcnow()
         # attributes/relations shared by all entities of the same type
         self.etype_attrs = []
         self.etype_rels = []