summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-26 06:14:13 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-26 06:14:13 -0500
commite67381b4b8731d80a4f11fb441d46424b571a659 (patch)
tree36887286596eeb2f4399b6906b99335741835725 /src/env.h
parent255f96ce7e27124f1bed071564e67a2e4a25c8aa (diff)
log timezone
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index f95d1013..f8b1eb70 100644
--- a/src/env.h
+++ b/src/env.h
@@ -147,6 +147,10 @@ public:
//
const Metrics& metrics() const;
+ // timezone
+ //
+ QString timezone() const;
+
// logs the environment
//
void dump(const Settings& s) const;