support: Change the printed support expiry date in ISO 8601 UTC format

Change-type: major
This commit is contained in:
Thodoris Greasidis 2023-05-12 18:59:47 +03:00
parent adb460b270
commit 5bf95300ee

View File

@ -149,7 +149,7 @@ export default class SupportCmd extends Command {
console.log( console.log(
`Access has been granted for ${duration}, expiring ${new Date( `Access has been granted for ${duration}, expiring ${new Date(
expiryTs, expiryTs,
).toLocaleString()}`, ).toISOString()}`,
); );
} }
} }