evolvewh Posted November 6, 2017 Report Posted November 6, 2017 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
Beav Posted November 6, 2017 Report Posted November 6, 2017 I also am experiencing wrong cron times. Everything on my side is also running 1 hour eariler.
Michael Posted November 6, 2017 Report Posted November 6, 2017 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.
Beav Posted November 6, 2017 Report Posted November 6, 2017 On 11/6/2017 at 5:06 PM, 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. Expand Mon Nov 6 12:06:52 EST 2017 is showing correct time still wrong cron time run
Michael Posted November 6, 2017 Report Posted November 6, 2017 On 11/6/2017 at 5:07 PM, gosuhost said: That would be command "date", Mon Nov 6 12:06:52 EST 2017 is showing correct time still wrong cron time run Expand you done the php info?
Beav Posted November 6, 2017 Report Posted November 6, 2017 On 11/6/2017 at 5:08 PM, BlestaStore said: you done the php info? Expand in php.ini add [Date]; Defines the default timezone used by the date functionsdate.timezone = America/New_York can also define in htaccess with #Adjust default time zone SetEnv TZ America/New_York Obviously change to your timezone
Paul Posted November 6, 2017 Report Posted November 6, 2017 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
evolvewh Posted November 6, 2017 Author Report Posted November 6, 2017 On 11/6/2017 at 9:32 PM, 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 Expand 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.
Paul Posted November 6, 2017 Report Posted November 6, 2017 On 11/6/2017 at 11:20 PM, evolvewh said: 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. Expand What version of Blesta? I found this task, but it seems to address recurring invoices https://dev.blesta.com/browse/CORE-295
evolvewh Posted November 7, 2017 Author Report Posted November 7, 2017 On 11/6/2017 at 11:25 PM, Paul said: What version of Blesta? I found this task, but it seems to address recurring invoices https://dev.blesta.com/browse/CORE-295 Expand version 4.1.2 CORE-295 is not the task but I know there was one awhile back (maybe 6-10 months ago) that was supposed to address this issue. Blesta Addons 1
Jono Posted November 8, 2017 Report Posted November 8, 2017 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.
evolvewh Posted November 8, 2017 Author Report Posted November 8, 2017 On 11/8/2017 at 7:51 PM, Jono said: 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. Expand Good news. CORE-1485 was the original task I was looking for. Beav and Blesta Addons 2
Recommended Posts