Bug #11295
closedsync plan dates saved incorrectly if I dont use the calendar widget
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1246262
Description of problem:
sync plan dates saved incorrectly if I dont use the calendar widget
Version-Release number of selected component (if applicable):
Sat 6.1 GA Snap 14
How reproducible:
Always
Steps to Reproduce:
1. Navigate to Content -> Sync Plans
2. Click 'New Sync Plan'
3. Enter name=syncplan1, description=test sync plan, Interval=hourly
4. Enter a future date example in YYYY-MM-DD format: 2015-10-01 (type this text in the text box and do not select from the calendar widget)
5. Leave Start Time with default (current time)
Actual results:
Sync plan is created with start date of 2015-09-30 (One day less than what I entered)
Expected results:
Sync plan should be created with a requested start date and not one day prior.
Additional info:
This same date works fine when I select the date from the calendar widget. This fails in QE automation for this same reason.