Home
last modified time | relevance | path

Searched refs:DATE_FORMAT (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
Dapp_usage_event_factory.cpp39 const std::string DATE_FORMAT = "%Y-%m-%d"; variable
111 std::string dateStr = TimeUtil::TimestampFormatToDate(startTime / MILLISEC_TO_SEC, DATE_FORMAT); in GetAppUsageInfosByUserId()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_read.cpp38 constexpr char DATE_FORMAT[] = "%Y%m%d"; variable
161 if (strftime(formatTz, sizeof(formatTz), DATE_FORMAT, &tmLocal) == 0) { in TranslateLongToFormattedTimeStamp()