• Jérome Perrin's avatar
    ZMySQLDA: set time_zone session variable to UTC · 1fc7b223
    Jérome Perrin authored
    Our patched MySQLDA assumes that DATE and DATETIME columns are in UTC,
    but the TIMESTAMP columns are using mysql's time_zone variable, which
    defaults to mysql server system timezone.
    
    Set time_zone session variable at the beginning of each connection so
    that TIMESTAMP columns are also UTC.
    1fc7b223
db.py 22.1 KB