asctime_s, _wasctime_s | Microsoft Learn
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/asctime-s-wasctime-s?view=msvc-170
The asctime function converts a time stored as a structure to a character string. The tmSource value is typically obtained from a call to gmtime or localtime. Both functions can be used to fill in a tmstructure, as defined in TIME.H. The converted character string is also adjusted according to the local time zone settings. For information about con...
The asctime function converts a time stored as a structure to a character string. The tmSource value is typically obtained from a call to gmtime or localtime. Both functions can be used to fill in a tmstructure, as defined in TIME.H. The converted character string is also adjusted according to the local time zone settings. For information about con...
DA: 17 PA: 22 MOZ Rank: 19