diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-02 01:02:23 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-02 01:02:23 -0500 |
commit | 5cf2b7c2db104df5bc2897d68fe4bc1c26957aa5 (patch) | |
tree | d614e2bd57f854b555769c5fa2ebf1ea87a681f2 /discord/snowflake.hpp | |
parent | b863c3740b0c18c5d66659ae3f6be7960f413abd (diff) | |
download | abaddon-portaudio-5cf2b7c2db104df5bc2897d68fe4bc1c26957aa5.tar.gz abaddon-portaudio-5cf2b7c2db104df5bc2897d68fe4bc1c26957aa5.zip |
format timestamps and place them on the right (#17)
Diffstat (limited to 'discord/snowflake.hpp')
-rw-r--r-- | discord/snowflake.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/snowflake.hpp b/discord/snowflake.hpp index 4cfdc35..2719f98 100644 --- a/discord/snowflake.hpp +++ b/discord/snowflake.hpp @@ -10,6 +10,7 @@ struct Snowflake { Snowflake(const Glib::ustring &str); bool IsValid() const; + std::string GetLocalTimestamp() const; bool operator==(const Snowflake &s) const noexcept { return m_num == s.m_num; |