From e67381b4b8731d80a4f11fb441d46424b571a659 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Tue, 26 Nov 2019 06:14:13 -0500 Subject: log timezone --- src/env.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/env.h') 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; -- cgit v1.3.1