Closed brunson closed 7 years ago
It would be really nice if this gets merged :) We had exactly the same issue that @brunson specified and had to use his branch in order to make both our tests and code work properly.
+1 I'm having this problem as well
Boto3 returns timezone aware datetimes, so when doing date math with these objects operations fail with the mocked placebo data because it is generating timezone naive datetimes.
AWS API always returns times in UTC, so I didn't bother trying to modify the serializer, I just injected the UTC timezone.