T top-level constant

String const T

Time (12-Hour)


Format: 2:35:22 PM

Summary: A complete time string in 12-hour format with AM/PM.

Details: Outputs the full time as hour:minute:second AM/PM using the 12-hour clock. Converts hour values accordingly (e.g., 0 becomes 12, 13 becomes 1) and appends the meridiem indicator for civilian time display.

Implementation

const String T = 'T';