Demonstrating/investigating buggy interaction between freezegun and pg8000
https://github.com/gimbo/freezegun_pg8000_bug.git
Exploring/demonstrating bad interaction between freezegun and pg8000.
See https://github.com/spulec/freezegun/issues/170
pg8000_demo.py - demonstrate the bug in the minimal way possible.sqlalchemy_demo.py - demonstrate the bug via sqlalchemy (also creates the database table).