Searched defs:timestamp (Results 1 – 2 of 2) sorted by relevance
73 const timestamp = new Date().toISOString(); constant93 const timestamp = new Date().toISOString().replace(/[:.]/g, '-'); constant
267 String timestamp = SDF.format(new Date()); in log() local