vippsas / vipps-developers

Please see: Vipps MobilePay Technical Documentation: https://developer.vippsmobilepay.com

Home Page:https://developer.vippsmobilepay.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong format for timestamps

Pdrevland opened this issue · comments

Hi, we are experiencing some strange issues in the payments/{orderid}/details route.

Sometimes the timestamps comes in different formats.
Expected: 'Y-m-d\TH:i:s.u\Z'
Sometimes: 'Y-m-d\TH:i:s\Z' <- missing milliseconds

It looks like this happens when local time is between 00:00L and 02:00L as the Z time will be on a different date. (This is our theory as the issue occured at 00:42L)

Hi!

Timestamps do not have to have milliseconds, and we do not use milliseconds in Vipps.

Until recently..? We are making some backend changes, and I have asked the team look into this.

This may have been due to a gradual roll-out of a backend change. Still: Both timestamps are correct, as far as I can tell.