Jump to content

DST Still a Bug


evolvewh

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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