Announcement

Collapse
No announcement yet.

Cron shift in time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cron shift in time

    Dear all,

    we got Timezone Europe/Prague which is CET +1

    We got cron setuped as follows:

    0 0 * * *

    which should mean event is triggered at midnight.

    But due to logs and our observation events are triggered +1 hour compared to cron schedule - see attached print.

    It is not a big issue but just reporting for devs to either notify about time shift in tooltip.

    Attached Files

  • #2
    Hello David,

    The EspoCRM documentation says that:

    Scheduling works in UTC timezone.
    It doesn't honor the server's timezone. You need to take it into account when you need the scheduling for specific hours.

    Comment


    • #3
      Originally posted by lazovic View Post
      Hello David,

      The EspoCRM documentation says that:

      Scheduling works in UTC timezone.
      It doesn't honor the server's timezone. You need to take it into account when you need the scheduling for specific hours.
      Sorry for not reading documentation thoroughly.

      Comment

      Working...
      X