[ruby-core:89802] [Ruby trunk Bug#14862][Closed] Time.parse does not handle the time zone

From: duerst@...
Date: 2018-11-15 04:06:36 UTC
List: ruby-core #89802
Issue #14862 has been updated by duerst (Martin D端rst).

Status changed from Open to Closed

Closed at request of original proposer.

----------------------------------------
Bug #14862: Time.parse does not handle the time zone
https://bugs.ruby-lang.org/issues/14862#change-74867

* Author: mifrill (Aleksey Strizhak)
* Status: Closed
* 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>

In This Thread

Prev Next