-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whether the timestamp of the logs can be set to the exact time of the server #497
Comments
I also want this function, but now the session timestamp can not show millisecond. |
Sorry for the late reply. Because I've been sick recently. I will improve this in the next bugfix version @darkhandz |
@kingToolbox Like the screenshot below: (green timestamp column is output by my embeded system, which is not too accurate.) Hope you will get well soon. |
Thank you very much for your concern, I'm feeling much better now, at least I can continue to develop I have to say you are very observant. The precision of the timestamp was indeed adjusted to The reason for not using 64-bit integers is to save memory, otherwise it would take Of course, because So high-precision timestamps require more memory. If you can accept this, I can provide this feature in the next release. However I must point out that this precision does not have much practical significance. One is that the received data itself already has network latency, and the other is that this time is only local time, not actual server time. This is also a very important reason why I did not provide high precision timestamps. (Subsequent versions will support getting server time instead of local time as timestamps.) |
Thank you for your detailed explanation. I know that most people use SSH sessions on a terminal, but a few people debug RTOS using serial ports, and sometimes they may concerned about milliseconds difference. So, if you can add this feature, I will be happy, but if this requires lots of effort or cause bugs, and I will understand it is not worthy. 😁 |
No, no, not at all, it is just a little manual job. It is a wonderful thing for a tool maker to be able to make a feature that is useful to the user. 😄 This is also the value of the existence of I will implement this feature in either |
I am happy to inform you that WindTerm_2.3.1 has been released and this issue has been fixed. Please download and check it. If there are still bugs, please let me know, thank you. @darkhandz |
This issue has been solved and will be closed. Welcome to continue submitting new feature requests and bugs, thank you. |
会话日志的时间戳是否可以显示日志输出时的实时时间?
Margin Timestamp:
Log file:
The text was updated successfully, but these errors were encountered: