Commit d14e3ce
Parse created_at via Time.new instead of Time.iso8601
A full ISO-8601 timestamp with seconds (the format compact index v2
sends, e.g. 2026-05-30T08:52:10Z) is recognised by Time.new directly,
so we can drop the require "time" and the indirection through
Time.iso8601 while keeping the same ArgumentError fallback for
malformed input.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 88057ed commit d14e3ce
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 168 | + | |
| 169 | + | |
171 | 170 | | |
172 | | - | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
0 commit comments