OffsetData Struct

struct QTimeZone::OffsetData

Detailed Description

The time zone offset data for a given moment in time, i.e. the time zone offsets and abbreviation to use at that moment in time.

  • OffsetData::atUtc The datetime of the offset data in UTC time.
  • OffsetData::offsetFromUtc The total offset from UTC in effect at the datetime.
  • OffsetData::standardTimeOffset The standard time offset component of the total offset.
  • OffsetData::daylightTimeOffset The DST offset component of the total offset.
  • OffsetData::abbreviation The abbreviation in effect at the datetime.

For example, for time zone "Europe/Berlin" the OffsetDate in standard and DST might be:

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.