We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd27b67 commit a285a21Copy full SHA for a285a21
functions/src/notifications/deliverNotifications.ts
@@ -232,6 +232,7 @@ const renderToHtmlString = (digestData: NotificationEmailDigest) => {
232
// Firebase Functions
233
export const deliverNotifications = functions.pubsub
234
.schedule("47 9 1 * 2") // 9:47 AM on the first day of the month and on Tuesdays
235
+ .timeZone("America/New_York")
236
.onRun(deliverEmailNotifications)
237
238
export const httpsDeliverNotifications = functions.https.onRequest(
0 commit comments