17#ifndef TIMEZONE_FORMATTER_H
18#define TIMEZONE_FORMATTER_H
22class TimezoneFormatter :
public QObject
26 TimezoneFormatter(QObject * parent =
nullptr);
27 ~TimezoneFormatter() =
default;
29 Q_INVOKABLE QString currentTimeInTimezone(
const QVariant &tzId)
const;
30 Q_INVOKABLE QString currentTimeInTimezoneWithAbbrev(
const QVariant &tzId)
const;