AWS IoT Device SDK C:
Platform
Platform portability layer
|
Return to main page ↑ |
Generates a human-readable timestring, such as "01 Jan 2018 12:00".
This function uses the system clock to generate a human-readable timestring. This timestring is printed by the logging functions.
[out] | pBuffer | A buffer to store the timestring in. |
[in] | bufferSize | The size of pBuffer . |
[out] | pTimestringLength | The actual length of the timestring stored in pBuffer . |
true
if a timestring was successfully generated; false
otherwise.Example