I used JavaScript object Date()
to get current time but I realize users can change their system time to change the value of the object.
That's why I need to get current time from an external resource (JSON would be preferable) so this will prevent users from changing their current time on their device.
Is anyone aware of any sort of things like this?
Google didn't help me much. This would be highly helpful.