Steps to reproduce:
Go to Edit Schedule
Go to New Workout
Choose Walking
Fill in distance and time
Use all default settings (notice it defaults to current date and time)
Go back to Edit Schedule
Notice that the Month is advanced by a year (e.g. a workout added for 4/23 is added for 5/23)
This is likely caused by the Calendar.MONTH property being 0-based instead of 1-based.
Steps to reproduce: Go to Edit Schedule Go to New Workout Choose Walking Fill in distance and time Use all default settings (notice it defaults to current date and time) Go back to Edit Schedule Notice that the Month is advanced by a year (e.g. a workout added for 4/23 is added for 5/23)
This is likely caused by the Calendar.MONTH property being 0-based instead of 1-based.