Hi, In reading from DB the time is always set to UTC, disregarding the DB setting. To solve the issue, I tried to this line in the plugin: ActiveRecord::Base.default_timezone = :local It worked. Regards