Bintrail is a recently introduced layer that brings point-in-time queries and row-history lookups to MySQL, the only major relational database lacking native temporal querying. Using indexed binlogs ...
This is for MySQL 5.7 and 8.0. Probably the same in other versions. on 5.6 and 8.0 SET GLOBAL time_zone = 'SYSTEM'; SET @@session.time_zone = "SYSTEM"; create database if not exists TEST_timezone; use ...