[#89806] [Ruby trunk Bug#15306] Generate prelude.c using miniruby — v.ondruch@...
Issue #15306 has been reported by vo.x (Vit Ondruch).
3 messages
2018/11/15
[ruby-core:89793] [Ruby trunk Bug#14862] Time.parse does not handle the time zone
From:
alexei.mifrill.strizhak@...
Date:
2018-11-14 12:25:42 UTC
List:
ruby-core #89793
Issue #14862 has been updated by mifrill (Aleksey Strizhak).
okay, it seems like, they should not be the same. Thank you very much - we figured it out. I think we can close this one.
Thanks for your time.
----------------------------------------
Bug #14862: Time.parse does not handle the time zone
https://bugs.ruby-lang.org/issues/14862#change-74858
* Author: mifrill (Aleksey Strizhak)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
* ruby -v: ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-linux]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
First I would like to thank you for your work, thank you
The point is:
```
Time.parse("Ends from 28 Jun 2018 12:00 BST").zone
"MSK"
DateTime.parse("Ends from 28 Jun 2018 12:00 BST").zone
"+01:00"
```
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>