diff --git a/artiq/dashboard/experiments.py b/artiq/dashboard/experiments.py index 3c9d5edac..8a0da9fd0 100644 --- a/artiq/dashboard/experiments.py +++ b/artiq/dashboard/experiments.py @@ -268,7 +268,7 @@ class _ExperimentDock(QtWidgets.QMdiSubWindow): datetime.setDate(QtCore.QDate.currentDate()) else: datetime.setDateTime(QtCore.QDateTime.fromMSecsSinceEpoch( - scheduling["due_date"]*1000)) + int(scheduling["due_date"]*1000))) datetime_en.setChecked(scheduling["due_date"] is not None) def update_datetime(dt):