C - Convert time_t to string with format YYYY-MM-DD HH:MM:SS
Posted
by dmessf
on Stack Overflow
See other posts from Stack Overflow
or by dmessf
Published on 2010-06-16T14:10:36Z
Indexed on
2010/06/16
14:12 UTC
Read the original article
Hit count: 480
Hello, is there any way to convert a time_t to a string with the format YYYY-MM-DD HH:MM:SS automatically, keeping the code portable?
© Stack Overflow or respective owner