Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
Attach a file by drag & drop or click to upload