hvac-kia-content/systemd/hkia-scraper-nas.timer
Ben Reed 4bdb3de6e8 fix: Correct systemd timer schedule to use local ADT times
- Changed OnCalendar from UTC (11:00, 15:00) to local times (08:00, 12:00)
- Fixed timezone confusion that caused missed morning runs
- Services now run at proper 8:00 AM and 12:00 PM Atlantic time
- Manual test confirms YouTube and other scrapers working correctly

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-08-22 09:49:45 -03:00

13 lines
No EOL
308 B
SYSTEMD

[Unit]
Description=HKIA NAS Sync Timer - Runs 30min after scraper runs
Requires=hkia-scraper-nas.service
[Timer]
# 8:30 AM Atlantic Daylight Time (local time)
OnCalendar=*-*-* 08:30:00
# 12:30 PM Atlantic Daylight Time (local time)
OnCalendar=*-*-* 12:30:00
Persistent=true
[Install]
WantedBy=timers.target