Skip to content

bash

Bash timezone checks

If you try to build an over-complicated scheduler using bash, you may run into issues when it comes to Daylight Saving Time. While it is a good idea to use Coordinated Universal Time (UTC), you might want to make sure you do not run into issues. The examples will use the date with the +"%H:%M" format.