Arnvald (Grzegorz Witek)
- Login: Arnvald
- Email: arnvald.to@gmail.com
- Registered on: 11/10/2015
- Last sign in: 01/22/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/10/2015
-
03:43 PM Ruby Bug #11673 (Closed): Inconsistent timezone behaviour (Time.parse and DateTime.parse)
- The source of this bug is here: https://github.com/rails/rails/issues/22171#issuecomment-155090007
behaviour between `DateTime.parse` and `Time.parse` is inconsistent when it comes to parsing ISO8601 without letter "Z"
~~~ruby
irb...