Home
last modified time | relevance | path

Searched refs:timezoneInfo (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/app/
Dtrace_file_filter.ts30 timezoneInfo?: TimezoneInfo; property
69 const timezoneInfo = await this.processRawBugReport( constant
79 timezoneInfo,
144 timezoneInfo?: TimezoneInfo,
186 timezoneInfo,
Dtrace_pipeline.ts222 if (filterResult.timezoneInfo) {
224 filterResult.timezoneInfo,
Dtrace_file_filter_test.ts143 expect(result.timezoneInfo).toEqual({
Dmediator_test.ts441 const timezoneInfo: TimezoneInfo = { constant
445 const converter = new TimestampConverter(timezoneInfo, 0n);
/development/tools/winscope/src/common/time/
Dtimestamp_converter.ts126 private timezoneInfo: TimezoneInfo, property in TimestampConverter
140 this.timezoneInfo.timezone !== 'UTC'
141 ? this.addTimezoneOffset(this.timezoneInfo.timezone, utcValueNs)