Actions
Bug #12689
closedthe repo export action relies on date strings instead of date objects for 'since' parameter
Description
The repo export action in actions/katello/repository/export.rb currently expects a date timestamp in string format. However, Rails 4 seems to convert strings without TZ to local time instead of UTC time. When the Rails 4 branch is applied on top of master, this causes some test breakage.
Ideally, the repo export action would take a time object instead of a string, with conversion happening in the controller.
Actions