Home
last modified time | relevance | path

Searched defs:timezone (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp312 JSHandle<EcmaString> timezone = JSTaggedValue::ToString(thread, operationResult.GetValue()); in InitializeDateTimeFormat() local
877 icu::UnicodeString timezone; in ResolvedOptions() local
1285 std::unique_ptr<icu::TimeZone> JSDateTimeFormat::ConstructTimeZone(const std::string &timezone) in ConstructTimeZone()