This repository was archived by the owner on Dec 26, 2019. It is now read-only.
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
Open
Description
When you click a link from the check in email, it fills it with a fluffy human friendly date that isn't interpreted properly.
Possible Approaches
- We make sure when we print the url to the check in page we use a date format that Ruby natively supports (i.e. 2017-05-02) instead of a human friendly one
- We could use chronic or a similar gem to parse human-readable dates.
I have a slight preference to printing the date better.