[#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:100199] [Ruby master Bug#17198] DateTime.parse with CAT timezone converts to -10:00 instead of +02:00
From:
geophilus8@...
Date:
2020-09-28 10:37:59 UTC
List:
ruby-core #100199
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: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>