redbadger / website-next

DEPRECATED incarnation of Red Badger company site
https://redbadger.github.io/website-next/
6 stars 2 forks source link

Date-fns for calculating event position #176

Closed asavin closed 8 years ago

asavin commented 8 years ago

giphy 6

This fixes #172

Safari failed to construct Date object from the ISO string, hence replacing Date() with more reliable date-fns functionality.

Added extra tests too for capturing edge cases.

Pre-flight checklist