Skip to content

datetime: Fix triggering install callback

Sunil Mohan Adapa requested to merge SunilMohanAdapa:datetime-install-fix into master

Created by: SunilMohanAdapa

Fixes #219 (closed) . Trigger on_install in datetime module after install.

I noticed an unexpected outcome of placing timezone configuration in datetime module: We can set the timezone without having ntp installed. It may not be such a bad thing as we don't allow uninstall and ntp is installed by default. We only allow disabling which is fine.

Merge request reports

Loading