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

The create time of signature parameters is not in right range #12

Open
dantio opened this issue Apr 16, 2024 · 0 comments
Open

The create time of signature parameters is not in right range #12

dantio opened this issue Apr 16, 2024 · 0 comments

Comments

@dantio
Copy link

dantio commented Apr 16, 2024

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:

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

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

No branches or pull requests

1 participant