Skip to content

Commit 32a7e58

Browse files
committed
time.time() is unix time
1 parent 37bf3c6 commit 32a7e58

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/ert/dark_storage/endpoints/experiment_server.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,8 @@ async def start_experiment(
210210
try:
211211
background_tasks.add_task(runner.run)
212212
experiment_state.config_path = config.config_path
213-
214213
experiment_state.run_path = config.simulation_dir
215214
experiment_state.storage_path = config.output_dir
216-
217-
# Assume client and server is always in the same timezone
218-
# so disregard timestamps
219215
experiment_state.start_time_unix = int(time.time())
220216
return JSONResponse({"experiment_id": experiment_id})
221217
except Exception as e:

0 commit comments

Comments
 (0)