We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are receiving ebay api error.: The create time of signature parameters is not in right range after successfully using the Digital Signature.
ebay api error.: The create time of signature parameters is not in right range
This is how the Unix Timestamp is created:
export const getUnixTimestamp = (): number => Math.floor(Date.now() / 1000);
I think it is related to this issue: https://stackoverflow.com/questions/74138344/ebay-digital-signatures-for-apis-signature-header-error-215114-the-create-time-o
Can it be related to daylight saving? How to solve this issue?
Thank you very much
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are receiving
ebay api error.: The create time of signature parameters is not in right range
after successfully using the Digital Signature.This is how the Unix Timestamp is created:
I think it is related to this issue: https://stackoverflow.com/questions/74138344/ebay-digital-signatures-for-apis-signature-header-error-215114-the-create-time-o
Can it be related to daylight saving? How to solve this issue?
Thank you very much
The text was updated successfully, but these errors were encountered: