I have an application that works according to time, i.e. it behaves differently during certain hours and in a different manner other hours. But a user can change the system time and the application will fail(behave depending on the system time not the actual time). How to avoid this?
How to get the actual time even if the user changes the system time?