mike-webster / pet-tracker

Track Pet Activities Throughout the Day
0 stars 0 forks source link

New Event - Incorrect Time #46

Closed mike-webster closed 4 years ago

mike-webster commented 4 years ago

Description

When an event is saved, the happened_at time is being persisted as UTC without it being adjusted. This causes the display to be off by several hours.

mike-webster commented 4 years ago

The description is wrong. The actual bug:

Description

When events are being persisted, the time isn't being adjusted to UTC, causing the happened_at field to be off by the timezone offset.

Additional Notes