• JC Brand's avatar
    Use native Date methods instead of moment · 9528276b
    JC Brand authored
    - Use native `getTime` method instead of moment's `valueOf`
    - Use toISOString() instead of moment().format()
      This makes the code timezone independent since we're now globally using UTC.
    9528276b
converse-muc-views.js 108 KB