644
644
// Do NOT fire if current clock time is 60 minutes or more over the timer value.
645
// Eg. Do not fire if clock time is 14:00:00, and timer setting is:12:10:00 pm. We will assume here that user means 12:10pm tomorrow, not to day.
645
// Eg. Do not fire if clock time is 14:00:00, and timer setting is:12:10:00 pm. We will assume here that user means 12:10pm tomorrow, not today.
647
647
gint64 diff_secs = (clock_secs - timer_secs);