项目中时间戳的秒和毫秒部分分别使用 time() 和 gettimeofday() 获取,而这两个函数的结果是有差异的,导致日志中输出的时间会倒退。 参考 [time() and gettimeofday() return different seconds](https://stackoverflow.com/questions/22917318/time-and-gettimeofday-return-different-seconds) 问题日志 <img width="1027" height="133" alt="Image" src="https://github.com/user-attachments/assets/a8add6dc-ddd8-4bf6-8637-d9521a6dc90a" />