Matan Abudy
Results
2
issues of
Matan Abudy
Currently Redshift snapshot is initialized with `datetime.now()` instead of `datetime.utcnow()`. It should be UTC time for compatibility. For reference see [models.py](https://github.com/spulec/moto/blob/master/moto/redshift/models.py). In cluster creation it is: ```python self.create_time = iso_8601_datetime_with_milliseconds(datetime.datetime.utcnow())...
bug
The width and height determined by zoom only is not enough, we need to crop the final image as well to get a true 360 panorama. A good explanation can...