• Randall Leeds's avatar
    Remove unnecessary timezone stuff · f2ae1a5b
    Randall Leeds authored
    We're not displaying time in any timezones other than the browser
    local one. Therefore, we don't need to parse and convert time zone
    names. Moment will pull the timezone offset itself from the current
    browser by using Date.prototype.getTimezoneOffset().
    
    This eliminates 251kB (43kB gzipped) of minified code from our
    application bundle. Wow!
    f2ae1a5b
Name
Last commit
Last update
..
test Loading commit data...
converter.js Loading commit data...
moment.js Loading commit data...
persona.js Loading commit data...
urlencode.js Loading commit data...