• Robert Knight's avatar
    Optimize timestamp formatting · f6e7bda8
    Robert Knight authored
    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
    f6e7bda8
date-util.js 833 Bytes