From a35a344697c4ccdda0a87960d058f8ede2bb2cd2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 7 Jun 2021 16:04:41 +0200 Subject: Add uploaded time to mangadex chapter description --- include/Utils.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Utils.hpp') 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 +#include 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 -- cgit v1.2.3