From: merch-redmine@... Date: 2020-09-28T14:45:07+00:00 Subject: [ruby-core:100201] [Ruby master Bug#17198] DateTime.parse with CAT timezone converts to -10:00 instead of +02:00 Issue #17198 has been updated by jeremyevans0 (Jeremy Evans). You filed a pull request to change this in the date library: https://github.com/ruby/date/pull/25. In general, for default gems, you should only file the issues/pull requests in their GitHub repository, you don't need to also create a Redmine ticket for them. ---------------------------------------- Bug #17198: DateTime.parse with CAT timezone converts to -10:00 instead of +02:00 https://bugs.ruby-lang.org/issues/17198#change-87770 * 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: