jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Wrong timezone info #213

Closed phsmith closed 8 years ago

phsmith commented 8 years ago

I installed minicron on a CentOS server and, as I've noticed, it's using UTC timezone, not the system timezone info that is set to 'America/Sao_Paulo'.

jamesrwhite commented 8 years ago

The next release will make the display timezone configurable, see: https://github.com/jamesrwhite/minicron/blob/develop/config/minicron.toml#L27

Related to: https://github.com/jamesrwhite/minicron/issues/195

phsmith commented 8 years ago

Ah! OK! Thanks for the answer.