diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-01 00:26:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-01 00:26:57 +0200 |
commit | aead89cca00cba7bef8752163752f6a9c213ae6f (patch) | |
tree | 53732517adf900839b312818870718363596b0d8 /include | |
parent | 31976fb2d19be13fb87d835ea8578356cafaa7db (diff) |
4chan: fix last posted timestamp being incorrect (when saved to disk)
Diffstat (limited to 'include')
-rw-r--r-- | include/Utils.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp index 7aec9e6..cdef844 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -11,5 +11,4 @@ namespace QuickMedia { 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); - int64_t get_unix_time_monotonic(); }
\ No newline at end of file |