Commit 90e8e28c authored by Jérome Perrin's avatar Jérome Perrin

typo in strftime format

parent 74a228bd
......@@ -187,7 +187,7 @@ schema = {
"name": "Simulation Start Time",
"description": "The day the experiment starts, in YYYY/MM/DD format",
"_class": "Dream.Property",
"_default": datetime.datetime.now().strftime('%Y/%M/%d')
"_default": datetime.datetime.now().strftime('%Y/%m/%d')
},
"trace": {
"id": "trace",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment