Killing Time
by Lyle Seaman
in Error'd
on 2024-12-27
The Hatter was framed! He didn't even do it! Nil Corpus Delecti, et cetera.
Yet
Yitz O.
, up to some kind of skullduggery, observed a spacetime oddity.
"When trying to compare some results from a GetOrders call via the ebay
api, I noticed something weird was happening with the DateTimes in the response.
The attached is 3 calls to get the same order, made in quick succession.
The millisecond part of all the DateTimes matched the millisecond
part of the *current* time (which you can see in the TimeStamp field.
I assume it's because they rolled their own DateTime functionality
and are Getting a UTC time by subtracting the difference between
the local time and the UTC time, and one of those values doesn't have
the millisecond value in it, but it's the ebay api so who knows."
Undoubtedly a bug that nobody ever noticed because they probably
just ignore the millis altogether.