ReloadTime() displays incorrect information compared to what the last reload date is shown in the app information.
This is caused by the timestamp for 'Data last loaded' in the App Overview displaying the time in the user's local time zone, while ReloadTime() will return the timestamp of the last successful app reload in the server time zone.
This function does not convert the timestamp based on the user's local time.
Thanks @NadiaB . The senence you suggest is proving that the problem is in the service wich is providing the time for Mexico central Zone, it returns a wrong hour.
As you can see in the attached screen current time is 11:xx, the last ReloadTime(), including the expression you suggested is 12:xx.
If the time and time zone in the server and windows patches are ok, Which is the time source of LocalTime( 'Mexico City')?