Page MenuHomePhorge

timezoneconverter.h
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

timezoneconverter.h

/*
* Copyright (C) 2012 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TIMEZONECONVERTER_H
#define TIMEZONECONVERTER_H
#include <QString>
class TimezoneConverter
{
public:
static QString normalizeTimezone(const QString &tz);
private:
static QString fromCityName(const QString &tz);
static QString fromHardcodedList(const QString &tz);
static QString fromGMTOffsetTimezone(const QString &tz);
};
#endif // TIMEZONECONVERTER_H

File Metadata

Mime Type
text/x-c++
Expires
Sat, Apr 4, 3:55 AM (6 h, 25 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
df/61/5718b529e98f114018b60b8b988f
Default Alt Text
timezoneconverter.h (1 KB)

Event Timeline