#Minutes of the alarm are not set
1 messages · Page 1 of 1 (latest)
Personally I would use the datetime methods instead now() + timedelta(hours=9) as overall I think it would be more reliable
As for why your thing isn't working currently, I'm guessing it's the intent extras, but I don't know enough about that stuff to be able to debug it sensibly
Like this: (now() + timedelta(hours=9)).hour