5
alkuzad
7y

I got very lucky to catch this bug before pushing to prod. SO answer code

Comments
  • 1
    WTF, how does that timestamp even exist?
  • 0
    @spongessuck in python microsecond can be from 1 to 1mln. Code that changes it to match 3 digit ISO8601 format just divides number by 1000. This is then one of the mln cases when those code does not work properly.
Add Comment