Skip to content

Commit

Permalink
chore(schedule): log current time (#28911)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 7, 2024
1 parent 7c22044 commit 2c66a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/update/branch/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function isScheduledNow(
let configSchedule = config[scheduleKey];
logger.debug(
// TODO: types (#22198)
`Checking schedule(${String(configSchedule)}, ${config.timezone!})`,
`Checking schedule(schedule=${String(configSchedule)}, tz=${config.timezone!}, now=${new Date().toISOString()})`,
);
if (
!configSchedule ||
Expand Down

0 comments on commit 2c66a36

Please sign in to comment.