Use Global time instead of device Time

G_S
Bronze 3
Bronze 3

Hi 

I am having a check in and check out application for my employee.

My problem is I am using now () Formula in Check in time , Which is taking the device current time , Problem  is if I change the time in mobile device and I can able to check in at anytime , I want to control this Instead of taking device current time is there anyway to take global time or any other workaround to control this activity .

 

Please suggest any way !

0 4 73
4 REPLIES 4

The only way you can be sure about this is to trigger an Automaton Bot that writes the time as per UTC+0.

HI I used UTCNOW()+5:30 but its does not give me current time 

Please help me with correct expression @AleksiAlkio 

G_S
Bronze 3
Bronze 3

Hi @AleksiAlkio , Thanks for let me know , Can you please help me with any expression that give current time with UTC

Try with UTCNOW() + "005:30:00"

Top Labels in this Space