Creating a complicated bash script with simple prompts? Easy for AI.
Schedule it to run at 1200 UTC each day? Every AI failed.
Grok, Copilot, ChatGPT, Claude all scheduled it to run local time. ChatGPT at least mentioned it assumed your system was using UTC.
Further prompting in most told me to set the TZ variable, which does not work, as it only affects the script's interpretation of time after it starts, not cron's interpretation of time.
Most also eventually gave an option for converting local time to UTC, but this will fail on DST. Claude converted local time to UTC but then never used the local time.