Write an app that uses the date and time pickers to represent a clock. When the clock starts it is set to the current time, and every minute the clock is updated. If the date or time is changed in the pickers, the clock continues running from that date and time.
Use best practices for all aspects of the code!