I want to find the difference between the current local time and system time (consider system's time is 5 min ahead of actual local time).
I am fetching data from a server machine(located at PST timezone) and in my project, time is important factor and the code will be deployed on a server machine (PST). Now my problem is that the server's time is 5 minutes ahead of the actual PST Time. I want to get that difference programatically.