Cron shift in time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • david.strejc
    Member
    • Jul 2016
    • 38

    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
  • lazovic
    Super Moderator
    • Jan 2022
    • 809

    #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

    • david.strejc
      Member
      • Jul 2016
      • 38

      #3
      Originally posted by lazovic
      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...