Low: all: functionize converting time_t to string
Previously, crm_itoa() was used to convert time_t to a string. However, that
has a Year 2038 problem. Now, a new crm_ttoa() function abstracts it, using a
cast to long long.
Low: all: functionize converting time_t to string Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |