![]()  | 
  
    Qt 6.x
    
   The Qt SDK 
   | 
 
#include "qtimezone.h"#include <QtCore/qdatastream.h>#include <QtCore/qdatetime.h>#include <qdebug.h>#include <algorithm>
 Include dependency graph for qtimezone.cpp:Go to the source code of this file.
Functions | |
| static QString | invalidId () | 
| QDataStream & | operator<< (QDataStream &ds, const QTimeZone &tz) | 
| QDataStream & | operator>> (QDataStream &ds, QTimeZone &tz) | 
| QDebug | operator<< (QDebug dbg, const QTimeZone &tz) | 
      
  | 
  inlinestatic | 
Definition at line 1592 of file qtimezone.cpp.
References QStringLiteral.
Referenced by operator>>().
 Here is the caller graph for this function:| QDataStream & operator<< | ( | QDataStream & | ds, | 
| const QTimeZone & | tz | ||
| ) | 
Definition at line 1594 of file qtimezone.cpp.
Definition at line 1652 of file qtimezone.cpp.
| 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: