Commit 928a37e
Fix timestamp regex to accept both Z and timezone offset formats
- Accept both '2024-01-01T12:00:00Z' and '2024-01-01T12:00:00+00:00'
- Fixes test failures on systems with different git timestamp formats
Co-authored-by: Manuel Kießling <manuel@kiessling.net>1 parent f2bdfb4 commit 928a37e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments