Skip to content

[Notifications] Use Date.now() instead of new Date().getTime()

Kai Uwe Broulik requested to merge work/kbroulik/jsnow into master

The former is slightly more efficient


  • Remaining time calculation still works
  • Do not disturb end time is shown correctly (and is not shown for "until manually switched off")
  • Do not disturb is properly enabled until time expires

Merge request reports