This commit is contained in:
2023-06-26 19:46:22 +02:00
parent e367538fc4
commit 04e2da390c
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ ATBMachineEvent::ATBMachineEvent(
, eventName(name)
, eventState(state)
// timestamp including timezone offset
, timestamString(QDateTime::currentDateTime().toOffsetFromUtc(
, timestampString(QDateTime::currentDateTime().toOffsetFromUtc(
QDateTime::currentDateTime().offsetFromUtc()).toString(Qt::ISODate)
)
, parameterString(parameter)