Remove SET TIME_ZONE from sakila.sql so the literal data-times are used, not adjusted based on the system tz.

This commit is contained in:
Daniel Nichter
2012-12-05 15:05:41 -07:00
parent 2687857550
commit 4903cc034b

View File

@@ -2,7 +2,6 @@ DROP DATABASE IF EXISTS `sakila`;
CREATE DATABASE `sakila`;
USE `sakila`;
SET TIME_ZONE='+00:00';
SET NAMES utf8;
SET UNIQUE_CHECKS=0;
SET FOREIGN_KEY_CHECKS=0;