Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qlocaltime.cpp File Reference
#include "qlocaltime_p.h"
#include "qplatformdefs.h"
#include "private/qcalendarmath_p.h"
#include "private/qgregoriancalendar_p.h"
#include "private/qnumeric_p.h"
#include "private/qtenvironmentvariables_p.h"
#include <time.h>
+ Include dependency graph for qlocaltime.cpp:

Go to the source code of this file.

Namespaces

namespace  QLocalTime
 

Macros

#define IC(N)   std::integral_constant<qint64, N>()
 

Functions

int QLocalTime::getCurrentStandardUtcOffset ()
 
int QLocalTime::getUtcOffset (qint64 atMSecsSinceEpoch)
 
QDateTimePrivate::ZoneState QLocalTime::utcToLocal (qint64 utcMillis)
 
QString QLocalTime::localTimeAbbbreviationAt (qint64 local, QDateTimePrivate::DaylightStatus dst)
 
QDateTimePrivate::ZoneState QLocalTime::mapLocalTime (qint64 local, QDateTimePrivate::DaylightStatus dst)
 
SystemMillisRange QLocalTime::computeSystemMillisRange ()
 

Macro Definition Documentation

◆ IC

#define IC (   N)    std::integral_constant<qint64, N>()

Definition at line 174 of file qlocaltime.cpp.