Commit c5dd1af
fix: use UTC timezone in formatTime to fix CI test failure
formatTime used toLocaleTimeString without specifying timeZone, causing
timestamps to render differently in CI (UTC) vs local dev (UTC+1).
Added timeZone: 'UTC' and updated test assertion to match.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a780b4a commit c5dd1af
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments