We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0883ae commit b596857Copy full SHA for b596857
packages/synapse-core/tools/endorse-sp.js
@@ -101,7 +101,7 @@ async function main() {
101
chain: getChain(Number(CHAIN_ID)),
102
})
103
104
- console.log('Expiry:', new Date(Number(EXPIRY) * 1000).toDateString())
+ console.log('Expiry:', new Date(Number(EXPIRY) * 1000).toLocaleString())
105
106
for (const providerId of providerIds) {
107
if (USE_LEDGER) console.log('\n⏳ Confirm on Ledger for provider:', providerId)
0 commit comments