Skip to content

Commit a285a21

Browse files
committed
Update deliverNotifications timezone to the east coast
1 parent fd27b67 commit a285a21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/src/notifications/deliverNotifications.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ const renderToHtmlString = (digestData: NotificationEmailDigest) => {
232232
// Firebase Functions
233233
export const deliverNotifications = functions.pubsub
234234
.schedule("47 9 1 * 2") // 9:47 AM on the first day of the month and on Tuesdays
235+
.timeZone("America/New_York")
235236
.onRun(deliverEmailNotifications)
236237

237238
export const httpsDeliverNotifications = functions.https.onRequest(

0 commit comments

Comments
 (0)