Commit ac358cf7 authored by Jérome Perrin's avatar Jérome Perrin

fixup! jobshop: read current date to convert due date in simulation clock time

parent 38c3bd54
......@@ -42,7 +42,7 @@ class Simulation(ACO.Simulation):
now = datetime.now()
if data['general']['currentDate']:
now = strptime(data['general']['currentDate'], '%Y/%m/%d')
now = datetime.strptime(data['general']['currentDate'], '%Y/%m/%d')
if 'wip_spreadsheet' in data:
wip_dict = {}
......
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