Comment by mkesper
2 hours ago
There's another big feature: You're not relying on the time zone to which the server was set (like with cron) but can explicitly specify a time zone:
https://www.freedesktop.org/software/systemd/man/latest/syst...
2 hours ago
There's another big feature: You're not relying on the time zone to which the server was set (like with cron) but can explicitly specify a time zone:
https://www.freedesktop.org/software/systemd/man/latest/syst...
Of course you can do this trivially in cron as well. It is what the CRON_TZ variable is for.
This is a GNU extension so not portable.