You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2025. It is now read-only.
请确保您已阅读以上注意事项,并勾选下方的确认框。
Lagrange项目
OneBot
所使用/依赖的Lagrange项目对应的commit
1968eac
运行环境
Linux
运行架构
x64
连接方式
正向 WebSocket
重现步骤
用消息事件上报的 message_id 调用 get_msg,比较事件上报的 time 和 get_msg 返回的 time
期望的结果是什么?
两个时间戳相同
实际的结果是什么?
向机器人发送消息“test”,对应消息事件上报的时间戳为 1758257396(2025-09-19 12:49:56,正确),get_msg 返回的时间戳为 1758228596(2025-09-19 04:49:56,错误)
简单的复现代码/链接(可选)
Trace 级别日志记录(可选)
https://gist.github.com/su226/4c072aea9e44f13181d97eecb7335268
创建 issue 时提示“Field can not be longer than 65536 characters”,无法直接贴在这里
补充说明(可选)
No response