Home
last modified time | relevance | path

Searched refs:FormatDateTimeByTimeZone (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dtime_format_utils.h32 …static std::string __attribute__((visibility("default"))) FormatDateTimeByTimeZone(const std::stri…
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dtime_format_utils.cpp34 std::string TimeFormatUtils::FormatDateTimeByTimeZone(const std::string &iso8601Str) in FormatDateTimeByTimeZone() function in OHOS::Media::TimeFormatUtils
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadata_collector.cpp330 formattedDateTime = TimeFormatUtils::FormatDateTimeByTimeZone(date); in FormatDateTime()
332 formattedDateTime = TimeFormatUtils::FormatDateTimeByTimeZone(creationTime); in FormatDateTime()