From: geophilus8@... Date: 2020-09-28T10:37:59+00:00 Subject: [ruby-core:100199] [Ruby master Bug#17198] DateTime.parse with CAT timezone converts to -10:00 instead of +02:00 Issue #17198 has been reported by geophilus (Geophilus Durairaj). ---------------------------------------- Bug #17198: DateTime.parse with CAT timezone converts to -10:00 instead of +02:00 https://bugs.ruby-lang.org/issues/17198 * Author: geophilus (Geophilus Durairaj) * Status: Open * Priority: Normal * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- DateTime.parse with CAT timezone is incorrect ``` ruby require 'date' DateTime.parse("10:00AM CAT").zone ``` Expected: **+02:00** Actual: **-10:00** Reference: https://www.timeanddate.com/time/zones/cat -- https://bugs.ruby-lang.org/ Unsubscribe: