How manipulate time without user cheat?

Hi All,

I am thinking of putting a daily bonus system in one of my games. However, without a backend to check the time, the only alternative would be to use the time on the user’s device, which would allow him to change the time to get the prizes faster. I would like to know if there is a way for me to have access to the correct time without the user being able to cheat and without a backend.

I wanted to use a service like this (API):
https://openweathermap.org/porbhub

But I haven’t found any api that provides me with the correct time for me to check using AJAX, for example.

Do any of you know a solution to this problem?
(Remembering that I don’t have a server of my own)

Cheers,

1 Like

Hello, have you found a solution to this?