QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Please include the timezone with `getAccessTokenExpiresAt()` and `getRefreshTokenExpiresAt()`

Open JakeBooher opened this issue 4 years ago • 1 comments

As the title says, ideally return the timestamp in a format containing the timezone. Ideally in an ISO 8601 format, such as 2020-10-15T20:15:44+00:00, or add a getXExpiresAtTimestamp() method for each that returns the UNIX timestamp without being formatted as a string. Right now we're having some issues with timezone inconsistencies when storing the expirations.

JakeBooher avatar Oct 15 '20 20:10 JakeBooher

I would like to work on this issue

salilbc avatar Oct 17 '20 11:10 salilbc