mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Change format syntax to a simple custom %f/%#f scheme
This commit is contained in:
@@ -157,7 +157,7 @@ class CListSockets : public CModule {
|
||||
timeval tv;
|
||||
tv.tv_sec = iStartTime / 1000;
|
||||
tv.tv_usec = iStartTime % 1000 * 1000;
|
||||
return CUtils::FormatTime(tv, "%Y-%m-%d %H:%M:%S.%L",
|
||||
return CUtils::FormatTime(tv, "%Y-%m-%d %H:%M:%S.%f",
|
||||
GetUser()->GetTimezone());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user