Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:107.0) Gecko/20100101 Firefox/107.0
Firefox 107
Mac OS X 10.15
Desktop
2 years ago
Test name Executions per second
new Date().toISOString() 2268737.8 Ops/sec
new Date().toLocaleString() 538279.1 Ops/sec
Script Preparation code:
AخA
 
var timestamp = null;
Tests:
  • new Date().toISOString()

     
    timestamp = new Date().toISOString();
  • new Date().toLocaleString()

     
    timestamp = new Date().toLocaleString();