![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qdatetime.h>#include <QtCore/qlocale.h>#include <QtCore/qswap.h>#include <QtCore/qtclasshelpermacros.h>#include <chrono>
Include dependency graph for qtimezone.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QTimeZone |
| \inmodule QtCore More... | |
Functions | |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &ds, const QTimeZone &tz) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &ds, QTimeZone &tz) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug dbg, const QTimeZone &tz) |
| Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | ds, |
| const QTimeZone & | tz | ||
| ) |
Definition at line 234 of file qtimezone.cpp.
Definition at line 237 of file qtimezone.cpp.
| Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | ds, |
| QTimeZone & | tz | ||
| ) |
Definition at line 1606 of file qtimezone.cpp.
References QDateTime::fromMSecsSinceEpoch(), QTimeZone::fromSecondsAheadOfUtc(), invalidId(), QTimeZone::LocalTime, QString::toUtf8(), and QTimeZone::UTC.
Here is the call graph for this function: