Promote server-time formatting to Utils

This commit is contained in:
J-P Nurmi
2014-02-22 00:04:28 +01:00
parent 97207113d0
commit bbd84a06bf
3 changed files with 18 additions and 13 deletions
+1
View File
@@ -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();
private: