Skip to content

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

@dantio

Description

@dantio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions