WebExtError when signing but still succeed?

Just run web-ext sign to update my addon and got this:

Building web extension from D:\Admin\projects\hide-ratings   
Waiting for validation...
Waiting for approval...

WebExtError: Getting details failed: Unauthorized
{
  "detail": "JWT exp (expiration) is too long."
}
    at file:///D:/Admin/projects/hide-ratings/node_modules/.pnpm/web-ext@8.2.0/node_modules/web-ext/lib/cmd/sign.js:101:13    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Program.execute (file:///D:/Admin/projects/hide-ratings/node_modules/.pnpm/web-ext@8.2.0/node_modules/web-ext/lib/program.js:270:7)
    at async file:///D:/Admin/projects/hide-ratings/node_modules/.pnpm/web-ext@8.2.0/node_modules/web-ext/bin/web-ext.js:13:1

I thought it failed, but the update is currently present on AMO, “Status: Approved” and everything.
The only difference is an .xpi file was supposed to be downloaded to my web-ext-artifacts folder, but this time there isn’t. But I never use it anyways.

What is this error then? Should I be worried?

Looks like that error is generated when the JWT’s expiration time is set too far into the future. Your computer’s clock may be running fast. Check if your computer is syncing time with a well known time server.