max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+8 insertions,
-0 deletions
| @@ -101,6 +101,14 @@ | |||
| 101 | 101 | compiling against the committed `.sqlx` cache, which goes stale silently whenever | |
| 102 | 102 | a migration lands without a `cargo sqlx prepare`. | |
| 103 | 103 | ||
| 104 | + | **The host timezone is load-bearing.** astra was on `America/Los_Angeles` and is | |
| 105 | + | now on `America/Denver`, matching fw13. goingson's | |
| 106 | + | `a_relative_event_keeps_its_wall_clock_across_a_move` asserts a civil time that | |
| 107 | + | only holds at UTC-6, and it reads `/etc/localtime` rather than `TZ`, so exporting | |
| 108 | + | `TZ` in this script does not move it — only the host setting does. That is a | |
| 109 | + | latent fragility in the test worth fixing at the source; until then a CI host on | |
| 110 | + | any other zone reports goingson red for no reason. | |
| 111 | + | ||
| 104 | 112 | To reproduce a red suite by hand: | |
| 105 | 113 | ||
| 106 | 114 | ``` |