I'm developing the application that allows users to vote once a day. To set up that time limit I declare votingStatus Boolean variable. Its value depends on controlDate that can be "nil" if first time running the app and then votingStatus is true. I'm developing the application that allows user