H top-level constant
String
const H
Hour (24-Hour Clock)
Format: 0 1 ... 22 23
Summary: The hour of the day in military/international time.
Details: This uses the 0-23 index, where 0 represents midnight. It is the standard for backend logging, data storage, and international systems where AM/PM ambiguity must be avoided.
Implementation
const String H = 'H';