You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current timestamps are sent in local timezone.
In case local time - UTC time > 2 hours, AWS returns error that the timestamp is not within allowed boundaries.
In order to fix this, timestamps must be sent in UTC is8601 format, this way it will fit any timezone.
The text was updated successfully, but these errors were encountered:
Current timestamps are sent in local timezone.
In case local time - UTC time > 2 hours, AWS returns error that the timestamp is not within allowed boundaries.
In order to fix this, timestamps must be sent in UTC is8601 format, this way it will fit any timezone.
The text was updated successfully, but these errors were encountered: