summaryrefslogtreecommitdiff
path: root/lib/forever.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forever.rb')
-rw-r--r--lib/forever.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forever.rb b/lib/forever.rb
index 0a37118fe68..5a4ff22fb62 100644
--- a/lib/forever.rb
+++ b/lib/forever.rb
@@ -2,7 +2,7 @@
class Forever
POSTGRESQL_DATE = DateTime.new(3000, 1, 1)
- MYSQL_DATE = DateTime.new(2038, 01, 19)
+ MYSQL_DATE = DateTime.new(2038, 0o1, 19)
# MySQL timestamp has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC
def self.date