标签: unix time
两个时间函数gmtime和localtime具有可重入的版本gmtime_r和localtime_r。我认为重入版本在各个方面都比非重入版本更好。但是,在那种情况下,为什么非重入版本甚至存在?
gmtime
localtime
gmtime_r
localtime_r