mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
support: Change the printed support expiry date in ISO 8601 UTC format
Change-type: major
This commit is contained in:
parent
adb460b270
commit
5bf95300ee
@ -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()}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user