Home
last modified time | relevance | path

Searched refs:toZoneTime (Results 1 – 7 of 7) sorted by relevance

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dktimezonestest.cpp435 void KTimeZonesTest::toZoneTime() in toZoneTime() function in KTimeZonesTest
448 QCOMPARE(london.toZoneTime(winter), winterLocal); in toZoneTime()
449 QCOMPARE(london.toZoneTime(summer), summerLocal.addSecs(3600)); in toZoneTime()
450 QCOMPARE(losAngeles.toZoneTime(winter), winterLocal.addSecs(-8 * 3600)); in toZoneTime()
451 QCOMPARE(losAngeles.toZoneTime(summer), summerLocal.addSecs(-7 * 3600)); in toZoneTime()
462 …QCOMPARE(london.toZoneTime(pre, &second), QDateTime(QDate(2005, 10, 30), QTime(1, 0, 0), Qt::Local… in toZoneTime()
466 …QCOMPARE(london.toZoneTime(at, &second), QDateTime(QDate(2005, 10, 30), QTime(1, 0, 0), Qt::LocalT… in toZoneTime()
470 …QCOMPARE(london.toZoneTime(after, &second), QDateTime(QDate(2005, 10, 30), QTime(2, 0, 0), Qt::Loc… in toZoneTime()
545 QCOMPARE(tz.toZoneTime(utc), local); in tzfileDstShifts()
571 …QCOMPARE(london.toZoneTime(pre, &second), QDateTime(QDate(2005, 10, 30), QTime(1, 0, 0), Qt::Local… in tzfileToZoneTime()
[all …]
H A Dktimezonestest.h45 void toZoneTime();
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dktimezone.h767 QDateTime toZoneTime(const QDateTime &utcDateTime, bool *secondOccurrence = nullptr) const;
H A Dktimezone.cpp817 QDateTime KTimeZone::toZoneTime(const QDateTime &utcDateTime, bool *secondOccurrence) const in toZoneTime() function in KTimeZone
867 return newZone.toZoneTime(toUtc(zoneDateTime)); in convert()
H A Dkdatetime.cpp612 setDt(specZone.toZoneTime(utcdt, &second), utcdt); in setDtFromUtc()
618 setDt(specZone.toZoneTime(utcdt), utcdt); in setDtFromUtc()
753 QDateTime result = zone.toZoneTime(toUtc(local), &second); in toZone()
/dports/net/kalarmcal/kalarmcal-21.12.3/src/
H A Dkadatetime.cpp56 QDateTime toZoneTime(const QTimeZone &tz, const QDateTime &utcDateTime, bool *secondOccurrence = nu…
637 setDtWithSpec(toZoneTime(mDt.timeZone(), d, &second), d); in setDateTime()
834 const QDateTime result = toZoneTime(zone, toUtc(local), &second); in toZone()
3302 QDateTime toZoneTime(const QTimeZone &tz, const QDateTime &utcDateTime, bool *secondOccurrence) in toZoneTime() function
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py6393 def toZoneTime(self, utcDateTime, secondOccurrence): member in KTimeZone