Connect on POS1 (CAPS)
Stop ServiceHost using below command in CMD (make sure that CMD is opened with admin rights) :
taskkill /im servicehost.exe /t /f
Now we need to make sure which type of store it is
We need this information to be able to modify below script accordingly. Make sure you have the correct database credentials (username & password) for each type of store or ask USD agent to provide them and modify below script.
Open CMD with admin rights :
sqlcmd -S localhost\SQLEXPRESS -U <insert username here> -P <insert password here> -d checkpostingdb -Q "update TIME_ZONE set MinuteDiff = DateDiff(minute, GetUTCDate(), GetDate()) where TzIndex = (select TzIndex from PROPERTY)"
You will receive an update like "1 row affected" is script was successful.
Now you can open back ServiceHost and ask customer to check if now Time Period Report shows the correct hour