Skip to content

Commit b596857

Browse files
rjan90rvagg
andauthored
Update packages/synapse-core/tools/endorse-sp.js
Co-authored-by: Rod Vagg <[email protected]>
1 parent e0883ae commit b596857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/synapse-core/tools/endorse-sp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function main() {
101101
chain: getChain(Number(CHAIN_ID)),
102102
})
103103

104-
console.log('Expiry:', new Date(Number(EXPIRY) * 1000).toDateString())
104+
console.log('Expiry:', new Date(Number(EXPIRY) * 1000).toLocaleString())
105105

106106
for (const providerId of providerIds) {
107107
if (USE_LEDGER) console.log('\n⏳ Confirm on Ledger for provider:', providerId)

0 commit comments

Comments
 (0)