Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
date parsing test
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Browser:
Firefox 122
Operating system:
Windows
Device Platform:
Desktop
Date tested:
2 years ago
Test name
Executions per second
moment/luxon
105671.7 Ops/sec
spacetime
19076.3 Ops/sec
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/npm/luxon@2.3.1/build/global/luxon.min.js"></script> <script src='https://unpkg.com/spacetime'></script>
Script Preparation code:
window.__date__ = new Date(); window.__expected__ = '2000/01/06';
Tests:
moment/luxon
luxon.DateTime.fromISO('2022-01-02T18:08:00.000-05:00').setZone('America/New_York');
spacetime
spacetime('2022-01-02T18:08:00.000-05:00', 'America/New_York')