Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello,
Description of the function:
Converts a timestamp to a human-readable string
Converts a time_t timestamp in seconds since January 1, 1970 (the UNIX timestamp) to a human readable string format. The result is of the format: “Wed Oct 28 11:35:37 2009\n”
Question: why at the end of the result there is an "\n", is it possible to suppress it?
regards,
sares