Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamp format of Auth_Expires #91

Open
drew-wei opened this issue Feb 2, 2017 · 0 comments
Open

Timestamp format of Auth_Expires #91

drew-wei opened this issue Feb 2, 2017 · 0 comments

Comments

@drew-wei
Copy link

drew-wei commented Feb 2, 2017

Hi,

We are hoping that the token expiry (from connection key Auth_Expires) can be represented as a Unix timestamp in seconds as opposed to "ISO 8601 datetime with timezone".

The reason being that it may be easier to handle Unix time as an absolute point in time rather than to use actual timestamps according to ISO 8601. It would also be clearer, and be less prone to error for users of the ODBC spec. Also in regards to OAuth, it will be easier to translate the token expiry (in seconds) into unix timestamp format (in seconds).

Thanks,
Drew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants