aboutsummaryrefslogtreecommitdiff
path: root/tests/test-datetime.cpp
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-06-18 02:48:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-27 07:30:50 +0200
commit17aa86ab53e3e49cd47116f9640c89484167abcd (patch)
treec52cf7026599e68b10c533f568b132864e8573c4 /tests/test-datetime.cpp
parentb0d110bac6f1f10a949abb7f985ea4becda75488 (diff)
downloadayatana-indicator-datetime-17aa86ab53e3e49cd47116f9640c89484167abcd.tar.gz
ayatana-indicator-datetime-17aa86ab53e3e49cd47116f9640c89484167abcd.tar.bz2
ayatana-indicator-datetime-17aa86ab53e3e49cd47116f9640c89484167abcd.zip
If possible, avoid deprecated g_time_zone_new
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/34
Diffstat (limited to 'tests/test-datetime.cpp')
-rw-r--r--tests/test-datetime.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-datetime.cpp b/tests/test-datetime.cpp
index 665f861..d2fb6c1 100644
--- a/tests/test-datetime.cpp
+++ b/tests/test-datetime.cpp
@@ -1,5 +1,6 @@
/*
* Copyright 2015 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -15,6 +16,7 @@
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include <datetime/date-time.h>