File indexing completed on 2024-11-24 04:44:10
0001 /* 0002 * SPDX-FileCopyrightText: 2012 Christian Mollekopf <mollekopf@kolabsys.com> 0003 * 0004 * SPDX-License-Identifier: LGPL-3.0-or-later 0005 */ 0006 0007 #pragma once 0008 0009 #include "kolab_export.h" 0010 0011 #include <string> 0012 0013 namespace Kolab 0014 { 0015 namespace DateTimeUtils 0016 { 0017 KOLAB_EXPORT std::string getLocalTimezone(); 0018 } // Namespace 0019 } // Namespace