airbyte-platform icon indicating copy to clipboard operation
airbyte-platform copied to clipboard

fix round seconds formatting in JobResponseMapper

Open codewithbear opened this issue 11 months ago • 1 comments
trafficstars

What

Currently if a job has been started (or updated) at the start of minute (seconds = 0) the formatting omits seconds so in the public api it would look like this

"2024-12-03T11:40Z" // actual,
"2024-12-03T11:40:00Z" // expected

How

Using DateTimeFormatter to make sure to always include seconds

Can this PR be safely reverted and rolled back?

  • [x] YES 💚
  • [ ] NO ❌

codewithbear avatar Dec 03 '24 12:12 codewithbear