Use native Date methods instead of moment
- 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.
Showing
This diff is collapsed.
Please register or sign in to comment