Вопрос

Does the standard C ctime function return the Gregorian calendar date? In particular, I want to verify that it will account for leap years and thus display Feb 29 for the respective dates.

Это было полезно?

Решение

For times in the future and in the recent past, yes. For times before the Gregorian calendar reform... I don’t know, but those times are only relevant on systems with 64 bit time_t.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top