Skip to main content
October 7, 2025
Question

How to schedule a process to run exactly at 9 AM based on each client’s timezone?

  • October 7, 2025
  • 2 replies
  • 0 views

I have a requirement where I need to send reminder emails to clients one day before at 9:00 AM as per their respective timezones.

My environment timezone is Australia/Melbourne, but clients can belong to different timezones (e.g., Asia/Kolkata, Europe/London, America/New_York, etc.).

    2 replies

    stefanhelzle0001
    October 7, 2025

    Start a process every hour, then, based on the user timezone, find the users you want to send email to.

    shubhama926776
    October 7, 2025

    Execute a scheduled process every hour to identify and email users whose local timezone time is currently 9 AM.