Also return time as stamp.
This commit is contained in:
parent
ec0fbbdedc
commit
aa2f13d4a0
1
MosDb.py
1
MosDb.py
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user