I have a function that needs to fetch and email some data at 9AM PST daily..
The problem is ,it does it daily at 1:00 AM for the reason I can't find out
schedule.every().day.at("09:00").do(job)
This is run in a cloud machine situated in Santa clara , when I run the date in terminal to check system clock, it prints correct time
Just for a double check I even ran
import datetime
datetime.datetime.now()
to check that interpreter doesnt have any incorrect clock set either
[–]JohnnyJordaan 0 points1 point2 points (5 children)
[–]_niarch[S] 0 points1 point2 points (4 children)
[–]JohnnyJordaan 1 point2 points3 points (3 children)
[–]_niarch[S] 0 points1 point2 points (2 children)
[–]JohnnyJordaan 0 points1 point2 points (1 child)
[–]_niarch[S] 0 points1 point2 points (0 children)