Back to Index

One-shot pulse when the UTC clock reaches hh:mm. Fires once per minute at the target time.

Signature

AT_TIME_UTC(hh, mm, &q);

Example

AT_TIME_UTC(0, 0, pulse);
if (pulse) { logn("Midnight UTC"); }