HomeClusterLabs Projects

Low: all: functionize converting time_t to string

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.

Details

Provenance
kgaillotAuthored on Sep 13 2019, 5:14 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.