mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Fix the function name: RFC3164 -> RFC3339
This commit is contained in:
@ -924,7 +924,7 @@ void SiWriteSysLog(SERVER *s, char *typestr, char *hubname, wchar_t *message)
|
||||
// Date and time
|
||||
LocalTime(&st);
|
||||
if(s->StrictSyslogDatetimeFormat){
|
||||
GetDateTimeStrRFC3164(datetime, sizeof(datetime), &st, GetCurrentTimezone());
|
||||
GetDateTimeStrRFC3339(datetime, sizeof(datetime), &st, GetCurrentTimezone());
|
||||
}else{
|
||||
GetDateTimeStrMilli(datetime, sizeof(datetime), &st);
|
||||
}
|
||||
|
Reference in New Issue
Block a user