Files
notifications-admin/app/main/views
Chris Hill-Scott f3e52d310b Make calculation of business hours timezone aware
`replace` doesn’t convert a time from one timezone to another. It just
changes the label that says what timezone a time is in 😬

`.localize` is how we handle these kind of issues in the API (see
d0b467b2fb/app/utils.py (L42-L44) )

So this commit changes the calculation to use `.localize`, and makes the
tests timezone aware to check we’re doing this right.
2017-02-02 15:18:42 +00:00
..
2016-11-16 11:08:20 +00:00
2016-10-21 17:36:42 +01:00
2016-12-14 14:32:07 +00:00
2016-11-16 11:08:20 +00:00
2016-11-16 11:08:20 +00:00