Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Im using ReloadTime() but Function put incorrect hour, for example at time l post this, l reloaded at 1:00pm and function say 18:00pm, l thought was the Location Time but in my configuration its correct.
when l use this "localtime ('GMT-05:00')" give my the correct hour but thats not the last recharge hour.
What could l do?
Is it incorrect, or are you in a different time zone?
Try using Now(0) instead - that should get the last reload time.
I try with "Now" too but the hour still incorrect, l dont know why happen this, l try many functions
I'm afraid I have no way to further try and help you - I can't see your actual app or its last reload time. Does this time not match the "Data last reloaded" in the app's information? It does for me using Now(0):
For example this is the example, the hour is incorrect vs my last reloaded
Is it incorrect, or are you in a different time zone?
Thank you, the link you send me bring me the correct hour
That function ConvertToLocalTime(Now(0),'Mexico City') solve my problem.