mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-15 07:32:31 -05:00
* CameraDayKey::bounds (used to generate the start and end times of days in the returned JSON) returned UTC, not matching what recordings were mapped into that day. So fetching a day with its given bounds would return something different. Test and fix it. * Several time-related tests weren't calling testutil::init(), so they weren't fixing the time zone to the expected America/Los_Angeles. If the machine time is set to something else, they would break.