• >require("locale").time(new Date());
    =" 4:00.04 pm"
    >require("locale").time(new Date(), 1);
    ="16:00"
    

    Hi all! I'm confused by the disparities between these two date formats. I'm expecting the long format to also be in 24h time. Has anyone else seen this?

About