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
fix(logging): use local timezone for console log timestamps
formatConsoleLine() used toISOString() which always returns UTC.
Reuse the existing formatConsoleTimestamp() from console.ts that
correctly formats timestamps using local time.
Fixes#25943
0 commit comments