Closed evoskamp closed 1 year ago
const timestamp = new Date().toISOString().replaceAll('[-.]', '_')
results in 2023-01-12T05_44_19.392Z
It should have the period replaced.
const timestamp = new Date().toISOString().replaceAll('[-.]', '_')
results in 2023-01-12T05_44_19.392Z
It should have the period replaced.