Files
sqlalchemy/test/sql
Mike Bayer ac358a04a7 Use the same "current_timestamp" function for both sides of round trip
this test was using sysdate() and current_timestamp() together
in conjunction with a truncation to DAY, however for four hours
on saturday night (see commit time :) ) these two values will
have a different value if one side is EDT and the other is UTC.

tox does not transmit environment variables including TZ by
default, so even if the server is set up for EDT, running tox
will not set TZ and at least Oracle client seems to use this
value, producing UTC for session time but the database on CI
was configured for EDT, producing EDT for sysdate.

Change-Id: I56602d2402a475a0c4fdf61c1c5fc2618c82f915
2018-10-20 22:20:06 -04:00
..
2017-08-31 17:20:26 -04:00
2018-08-30 17:12:58 -04:00
2018-09-27 15:49:18 -04:00