[ptimec_rt] restore '%a' handling

This commit is contained in:
Tim Stack 2022-08-31 09:27:59 -07:00
parent eb403f540f
commit 8d6780e089
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ ptime_fmt(const char* fmt,
}
break;
}
case 'a':
case 'Z':
if (fmt[lpc + 2]) {
if (!ptime_upto(fmt[lpc + 2], str, off, len)) {