jonys (Jonatan Hejzlar)
- Login: jonys
- Email: jonys.h@seznam.cz
- Registered on: 05/27/2013
- Last sign in: 05/27/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/27/2013
-
04:04 PM Ruby Bug #8454 (Rejected): Date and Time compatibility
- Time.to_datetime creates a DateTime object with the local timezone
Date.to_datetime creates a DateTime object with the +0000 timezone
As a result, Date.to_time.to_datetime gives a different result than Date.to_datetime.