Closed jubishop closed 2 years ago
ahh it's because in before_create in Poll creation it's using the raw expiration value, then after save the timezone is stripped! then the Choice is modified error shows up. boom.
i think we need to just call getutc in before_validation() for the Poll class.
this could be related to it not working in github actions too. need to revisit this.