Commit c52cdd4
committed
workflows: fstests: fix datetime parsing with timezone suffixes
The fstests watchdog was crashing with ValueError when timestamps
included timezone suffixes like "-07:00". Strip these suffixes
before parsing to avoid the error.
Generated-by: Claude AI
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 4a96aec commit c52cdd4
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
0 commit comments