diff --git a/functions/index.js b/functions/index.js index 5d26f4d10..0e3b6f69f 100644 --- a/functions/index.js +++ b/functions/index.js @@ -984,6 +984,7 @@ exports.getLeaderboard = functions.https.onCall((request, response) => { exports.scheduledFunctionCrontab = functions.pubsub .schedule("00 00 * * *") + .timeZone("Africa/Abidjan") .onRun((context) => { try { console.log("moving daily leaderboards to history");