Back to Index

Returns the UTC hour (0-23) extracted from nowutc().

Signature

HOUR_UTC(&h);

Example

HOUR_UTC(h);
if (h >= 22) { logn("Late UTC"); }