We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d1b04 commit cc956f5Copy full SHA for cc956f5
1 file changed
src/librc/rc-eventlog.c
@@ -68,8 +68,6 @@ static char *format_timestamp(void)
68
tm->tm_gmtoff / 3600, (labs(tm->tm_gmtoff) % 3600) / 60);
69
70
return result;
71
- snprintf(buf, len, "%s.%03d%+03ld%02ld", timebuf, ms,
72
- tm->tm_gmtoff / 3600, (labs(tm->tm_gmtoff) % 3600) / 60);
73
}
74
75
/*
0 commit comments