Code fix during copy edit

This commit is contained in:
anthonydb 2021-08-07 13:37:14 -04:00
parent 67544c2ed0
commit a4ede66107

View File

@ -57,7 +57,7 @@ CREATE TABLE date_time_types (
INSERT INTO date_time_types INSERT INTO date_time_types
VALUES VALUES
('2022-12-31 01:00 EST','2 days'), ('2022-12-31 01:00 EST','2 days'),
('2022-12-31 01:00 PST','1 month'), ('2022-12-31 01:00 -8','1 month'),
('2022-12-31 01:00 Australia/Melbourne','1 century'), ('2022-12-31 01:00 Australia/Melbourne','1 century'),
(now(),'1 week'); (now(),'1 week');