/* SPDX-FileCopyrightText: 2021 Volker Krause SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef TIMEZONEDATA_P_H #define TIMEZONEDATA_P_H #include "mapentry_p.h" #include /** Utility functions to deal with the compiled-in timezone data. */ namespace TimezoneData { const char *ianaIdLookup(uint16_t offset); const MapEntry *countryTimezoneMapBegin(); const MapEntry *countryTimezoneMapEnd(); const MapEntry *subdivisionTimezoneMapBegin(); const MapEntry *subdivisionTimezoneMapEnd(); } #endif // TIMEZONEDATA_P_H