mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
Backend serializes monitoring timestamps as naive ISO strings without timezone designator. JavaScript's new Date() treats such strings as local time, causing displayed times to be off by the user's UTC offset. Add parseUTCTimestamp() utility that appends 'Z' to ensure correct UTC interpretation.
Debug LangBot Frontend
Please refer to the Development Guide for more information.