aboutsummaryrefslogtreecommitdiff
path: root/include/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Utils.hpp')
-rw-r--r--include/Utils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp
index 206ee38..cdef844 100644
--- a/include/Utils.hpp
+++ b/include/Utils.hpp
@@ -1,6 +1,7 @@
#pragma once
#include <time.h>
+#include <string>
namespace QuickMedia {
float get_ui_scale();
@@ -9,4 +10,5 @@ namespace QuickMedia {
bool is_touch_enabled();
bool is_running_wayland();
time_t iso_utc_to_unix_time(const char *time_str);
+ std::string unix_time_to_local_time_str(time_t unix_time);
} \ No newline at end of file