Commit ea8a92c9 authored by Edward Welbourne's avatar Edward Welbourne
Browse files

Clarify what time-zone "transitions" are.


Change-Id: Idad5b841c3c693e2040ca606894187988615c9b0
Reviewed-by: default avatarTopi Reiniö <topi.reinio@theqtcompany.com>
Showing with 5 additions and 0 deletions
...@@ -695,6 +695,11 @@ QTimeZone::OffsetData QTimeZone::offsetData(const QDateTime &forDateTime) const ...@@ -695,6 +695,11 @@ QTimeZone::OffsetData QTimeZone::offsetData(const QDateTime &forDateTime) const
/*! /*!
Returns \c true if the system backend supports obtaining transitions. Returns \c true if the system backend supports obtaining transitions.
Transitions are changes in the time-zone: these happen when DST turns on or
off and when authorities alter the offsets for the time-zone.
\sa nextTransition(), previousTransition(), transitions()
*/ */
bool QTimeZone::hasTransitions() const bool QTimeZone::hasTransitions() const
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment