We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby 2.3.1 Rails 5.0.2 IceCube 0.16.2
schedule = IceCube::Schedule.new(Time.now.in_time_zone(-6)) => #<IceCube::Schedule:0x005592aed59940 @start_time=Fri, 23 Mar 2018 19:53:42 CST -06:00, @all_recurrence_rules=[], @all_exception_rules=[]> > schedule.start_time => Fri, 23 Mar 2018 19:53:42 CST -06:00 > IceCube::Schedule.from_ical(schedule.to_ical).start_time => 2018-03-23 19:53:42 +0000
Notice it goes from 7:53 PM CST to 7:53 PM UTC - losing the accuracy of the time as well as dropping the time zone.
7:53 PM CST
7:53 PM UTC
The text was updated successfully, but these errors were encountered:
I just noticed this too!
Sorry, something went wrong.
No branches or pull requests
Ruby 2.3.1
Rails 5.0.2
IceCube 0.16.2
Notice it goes from
7:53 PM CST
to7:53 PM UTC
- losing the accuracy of the time as well as dropping the time zone.The text was updated successfully, but these errors were encountered: