rpcs3 icon indicating copy to clipboard operation
rpcs3 copied to clipboard

cellRtc: implement remaining parsers, improve formatters

Open capriots opened this issue 10 months ago • 1 comments

  • Full implementation of asctime() and RFC2822 parsers
  • cellRtcParseRfc3339():
    • Moved digit() out of the function, I'm using it for the other parsers as well
  • cellRtcFormatRfc2822() + cellRtcFormatRfc3339():
    • Removed wrong pUtc->tick == 0 check, this is actually a nullptr check on LLE
    • Replaced snpintf() with simple num + '0'
    • Simplified time zone formatting
  • Set log level to notice

capriots avatar Apr 14 '24 13:04 capriots

I'll probably review it tomorrow or so

Megamouse avatar Apr 15 '24 13:04 Megamouse

Haven't had time to review cellRtcParseDateTime yet. Maybe tomorrow

Megamouse avatar Apr 16 '24 15:04 Megamouse