#1919 expect, that hub is returning GM time
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue1915  into  master

Download 1919.patch

Fixes: https://pagure.io/koji/issue/1915

Problem is, that timestamps are coming from DB. If DB's timezone is not set to GMT, we still can get weird times. @mikem Is it safe to assume, that it is in GMT? Should we emphasize it somewhere in installation docs?

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

:thumbsup:

Commit 64d78d36 fixes this pull-request

Pull-Request has been merged by tkopecek

This is not Python 2-safe. .timestamp() does not exist in Python 2 datetime. Will send a fix.

This is not Python 2-safe. .timestamp() does not exist in Python 2 datetime. Will send a fix.

Metadata