Jump to content

Recommended Posts

Posted

I couldn't find the task but Blesta still isn't recognizing daylight savings time so every cron is running an hour earlier now. I did check the server time and it's accurate. If there is something else I should check, please let me know. This is with Blesta 4.1.2

Posted

It should be running by the PHP time which is server related, so if you can SSH into the server run date then make a phpinfo file and check the time. there is a way to check the php time via SSH but I can't remember it.

Posted
2 minutes ago, BlestaStore said:

It should be running by the PHP time which is server related, so if you can SSH into the server run date then make a phpinfo file and check the time. there is a way to check the php time via SSH but I can't remember it.

Mon Nov  6 12:06:52 EST 2017 is showing correct time still wrong cron time run

Posted
Just now, gosuhost said:

That would be command "date", Mon Nov  6 12:06:52 EST 2017 is showing correct time still wrong cron time run

you done the php info?

Posted
13 minutes ago, BlestaStore said:

you done the php info?

in php.ini add

 

[Date]
; Defines the default timezone used by the date functions
date.timezone = America/New_York

can also define in htaccess with 

#Adjust default time zone 
SetEnv TZ America/New_York

 

Obviously change to your timezone

Posted

What time is the task set to run under Settings > Company > Automation and what time was it running previously, and what time did it run today? What is the time zone set to under Settings > Company > General > Localization

Posted
1 hour ago, Paul said:

What time is the task set to run under Settings > Company > Automation and what time was it running previously, and what time did it run today? What is the time zone set to under Settings > Company > General > Localization

The cron task is set to auto debit at 10am MST. Until yesterday, it ran at 10am MST and now it runs at 9am MST. The setting is (UTC -07:00) Denver under Localization.

Posted

CORE-2378. Just updated this task to be public.  We have made some updates to the date helper which will be applied in this task and should resolve the issue mentioned in this thread.

  • Tyson locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...