I want to know the current Date and Time.
The code
Calendar.getInstance();
represents a date and time of the system on which the program is running and the system date can be wrong.
So Is there any way by which I can get correct current date and time irrespective of the date and time of the system on which program is running?