Please forgive my naivette...a very fundamental question:
I have a google app engine project that has a cron job that fetches records with date matching the current system date. This cron job triggers at 0:00 (ie, 12:00AM midnight) everyday. The cron job is apparently fetching records corresponding to the previous day. What could be wrong?
Has it got anything to do with the delay involved with updation of system date at 0:00? I was assuming that cal to get system date at 12:00AM would give the new day's date. Am I wrong?