• Robert Knight's avatar
    Fix timestamp component test in Chrome · 756d39ba
    Robert Knight authored
    `toLocaleTimeString()` in Chrome produces an `hh:mm:ss` output on my
    system whereas the rendered timestamp only has `hh:mm`.
    
    Re-using `format` from date-util avoids this hazard.
    756d39ba
timestamp-test.js 2.71 KB