mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Merge pull request #493 from jpnurmi/server-time
Promote server-time formatting to Utils
This commit is contained in:
@@ -82,6 +82,7 @@ public:
|
||||
|
||||
static CString CTime(time_t t, const CString& sTZ);
|
||||
static CString FormatTime(time_t t, const CString& sFormat, const CString& sTZ);
|
||||
static CString FormatServerTime(const timeval& tv);
|
||||
static SCString GetTimezones();
|
||||
|
||||
static MCString GetMessageTags(const CString& sLine);
|
||||
|
||||
Reference in New Issue
Block a user