diff --git a/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2 b/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2
index f2534caf5691aec85a10c315ffc933e751bcc181..d5286d0b18f80559cef70ea7b8ea4e9c41c3ab8d 100644
--- a/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2
+++ b/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2
@@ -4,7 +4,7 @@ Description=timer for disapp_maintenance.service
 [Timer]
 # run on the 1st Tuesday of each month
 # You can validate your calendar expressions using `systemd-analyze calendar EXPR`.
-OnCalendar=Tue *-*-01..07 11:00:00
+OnCalendar=Tue *-*-01..07 12:00:00
 Unit=disapp.service
 
 [Install]
diff --git a/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2 b/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2
index 986bc5e8103ffc24691570fe20bb3ded3fd608ce..cc952a664737733df0414769d0e51fb1eda53366 100644
--- a/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2
+++ b/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2
@@ -4,7 +4,7 @@ Description=timer for subapp.service
 [Timer]
 # run on the 1st Tuesday of each month
 # You can validate your calendar expressions using `systemd-analyze calendar EXPR`.
-OnCalendar=Tue *-*-01..07 08:00:00
+OnCalendar=Tue *-*-01..07 12:00:00
 Unit=subapp.service
 
 [Install]