Also return time as stamp.

This commit is contained in:
Markus Birth 2017-03-15 17:34:57 +01:00
parent ec0fbbdedc
commit aa2f13d4a0

View File

@ -175,6 +175,7 @@ class MosDb():
"planningId": row[1],
"name": row[2],
"created": self.stamp_to_date(row[3]),
"createdStamp": row[3],
"createdBy": row[4],
"createdByEmail": row[5],
"lu": row[6],