Results 2 comments of Arun Kumar Singh

Same issue for me. In my case, It do not pick the timezone configuration but pick my system time. **System time** 2.2.2 :023 > Time.now => 2017-11-08 19:04:54 +0530 Scheduling...

Is there a fix for it ?? Facing the same problem . I have Slide and Library_Slide_Type model ``` ruby class Slide < ActiveRecord::Base include PgSearch has_and_belongs_to_many :slide_library_types, join_table: "slide_libraries"...