asctime, _wasctime | Microsoft Learn
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/asctime-wasctime?view=msvc-170
More secure versions of these functions are available; see asctime_s, _wasctime_s. The asctime function converts a time stored as a structure to a character string. The timeptr value is typically obtained from a call to gmtime or localtime, which both return a pointer to a tmstructure, defined in TIME.H. The converted character string is also adjus...
More secure versions of these functions are available; see asctime_s, _wasctime_s. The asctime function converts a time stored as a structure to a character string. The timeptr value is typically obtained from a call to gmtime or localtime, which both return a pointer to a tmstructure, defined in TIME.H. The converted character string is also adjus...
DA: 50 PA: 2 MOZ Rank: 24