epoch_time        228 include/crm/common/strings_internal.h pcmk__ttoa(time_t epoch_time)
epoch_time        230 include/crm/common/strings_internal.h     return crm_strdup_printf("%lld", (long long) epoch_time);
epoch_time       2149 lib/common/iso8601.c     time_t epoch_time = (source == NULL)? time(NULL) : *source;
epoch_time       2152 lib/common/iso8601.c         return pcmk__str_copy(pcmk__trim(ctime(&epoch_time)));
epoch_time       2156 lib/common/iso8601.c         crm_time_set_timet(&dt, &epoch_time);