Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Chrome 120
Mac OS X 10.15.7
Desktop
one year ago
Test name Executions per second
Moment 1283157.2 Ops/sec
Javascript 2746564.2 Ops/sec
HTML Preparation code:
AخA
 
1
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
Script Preparation code:
x
 
var now = "" + new Date().getTime() / 1000;
var createdDate = null;
Tests:
  • Moment

     
    createdDate = moment.unix(+now).toDate();
  • Javascript

     
    createdDate = new Date(+now * 1000);