what would be the best way to run a process every 6 hours and 1 minute
i've heard that using the timer control past 3 minutes it gets inaccurate so i was thinking of somehow storing a timestamp in a variable and every minute checking it against the clock to see if it's been 6hours and 1 minute
but i'm not sure exactly on how to accommodate for a new day (when it spans to the next day) so it'll be accurate
any suggestions?
i've heard that using the timer control past 3 minutes it gets inaccurate so i was thinking of somehow storing a timestamp in a variable and every minute checking it against the clock to see if it's been 6hours and 1 minute
but i'm not sure exactly on how to accommodate for a new day (when it spans to the next day) so it'll be accurate
any suggestions?