79726241

Date: 2025-08-05 14:15:20
Score: 0.5
Natty:
Report link

current_zone()->to_local(now) does time zone database lookups and DST calculations.
That's why it takes more time than localtime_s .

std::format is slower because of heavy formatting logics.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Robin