pub fn local_hhmm() -> Option<(u8, u8)>Expand description
The local hour and minute, or None when the time is unknown.
The one accessor a display needs, and the reason it returns an
Option: a panel that cannot obtain a reading has nothing to draw,
which is exactly the required behavior rather than an error to
work around.