diff --git a/src/corelib/time/qdatetime.cpp b/src/corelib/time/qdatetime.cpp index fe8e74e7fb..89a0dc0324 100644 --- a/src/corelib/time/qdatetime.cpp +++ b/src/corelib/time/qdatetime.cpp @@ -4076,7 +4076,7 @@ qint64 QDateTime::toMSecsSinceEpoch() const case Qt::LocalTime: { // recalculate the local timezone auto status = extractDaylightStatus(getStatus(d)); - // If short, use offset saved by refreshZonedDateTime() on creation: + // If available, use offset saved by refreshZonedDateTime() on creation: if (!d.isShort()) return d->m_msecs - d->m_offsetFromUtc * MSECS_PER_SEC; // Offset from UTC not recorded: need to recompute.