t top-level constant
String
const t
Time (24-Hour)
Format: 14:35:22
Summary: A complete time string in 24-hour format.
Details: Outputs the full time as hour:minute:second using the
24-hour clock. This is a convenient shorthand for displaying complete
timestamps in logs, data exports, or anywhere military time is preferred.
Implementation
const String t = 't';