You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there was a change in how zones behaved between Ruby versions. I
recall altering a similar bit of code after finding the Zone never got
added, when it had been doing so in the previous Ruby version.
I'll see if I can reproduce it, and find when the underlying Ruby
library changed its behaviour. Then I'll need to check which version is
being used.
On 10/04/13 3:50 AM, Daniele Orlandi wrote:
Hi,
I think you are incorrectly setting the time zone of generated DateTimes:
Hi,
I think you are incorrectly setting the time zone of generated DateTimes:
My time zone is +2:00 but the generated DateTime is in +0:00 however the time of twilight is local.
I changed to_datetime this way, I think it is more correct:
The result is:
The text was updated successfully, but these errors were encountered: