Optimize timestamp formatting
Date.toLocaleDateString() with options is extremely slow, creating and re-using an Intl.DateTimeFormat object is two orders of magnitude faster (see #2820) Fixes #2820
Showing
Please register or sign in to comment