This commit no longer exists in the repository. It may have been part of a branch which was deleted.
Description
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.