summaryrefslogtreecommitdiff
path: root/util.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-01-21 23:49:42 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-01-21 23:49:42 -0500
commit547124c94f8808d6dca407af7b6eb0d29ac12e45 (patch)
treeef79ad6ee56c6e4e294f5b946803558b592bbe59 /util.hpp
parent7b6fb861acc395a913180d8e8d2d3d503a1cf2fc (diff)
downloadabaddon-portaudio-547124c94f8808d6dca407af7b6eb0d29ac12e45.tar.gz
abaddon-portaudio-547124c94f8808d6dca407af7b6eb0d29ac12e45.zip
view and delete invites, more tweaking
Diffstat (limited to 'util.hpp')
-rw-r--r--util.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.hpp b/util.hpp
index cab3461..06c0628 100644
--- a/util.hpp
+++ b/util.hpp
@@ -45,6 +45,7 @@ std::string GetExtension(std::string url);
bool IsURLViewableImage(const std::string &url);
std::vector<uint8_t> ReadWholeFile(std::string path);
std::string HumanReadableBytes(uint64_t bytes);
+std::string FormatISO8601(const std::string &in, int extra_offset = 0, const std::string &fmt = "%x %X");
template<typename T>
struct Bitwise {