[#99868] [Ruby master Bug#17144] Tempfile.open { ... } does not unlink the file — eregontp@...
Issue #17144 has been reported by Eregon (Benoit Daloze).
15 messages
2020/09/03
[ruby-core:100201] [Ruby master Bug#17198] DateTime.parse with CAT timezone converts to -10:00 instead of +02:00
From:
merch-redmine@...
Date:
2020-09-28 14:45:07 UTC
List:
ruby-core #100201
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: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>