evolution / wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
200 stars 18 forks source link

Server timezone? #176

Open EvanK opened 6 years ago

EvanK commented 6 years ago

Provisioning will set up multiple cron jobs, including wordpress auto updates (if enabled) at midnight server time. However, the server time may sometimes default to UTC, which can vary greatly from a dev's local time (eg, midnight UTC = 7pm CST).

We could add to the provisioning some kind of default timezone and maybe time syncing (eg, via NTP)