datetime: Fix triggering install callback
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.