Searched refs:makeTimestampFromHuman (Results 1 – 3 of 3) sorted by relevance
235 expect(converterWithoutOffsets.makeTimestampFromHuman('0ns')).toEqual(238 expect(converterWithoutOffsets.makeTimestampFromHuman('1000ns')).toEqual(241 expect(converterWithoutOffsets.makeTimestampFromHuman('0ms')).toEqual(244 expect(converterWithoutOffsets.makeTimestampFromHuman('1ms')).toEqual(247 expect(converterWithoutOffsets.makeTimestampFromHuman('10ms')).toEqual(251 expect(converterWithoutOffsets.makeTimestampFromHuman('999ms')).toEqual(256 expect(converterWithoutOffsets.makeTimestampFromHuman('1s')).toEqual(259 expect(converterWithoutOffsets.makeTimestampFromHuman('1s0ms')).toEqual(263 converterWithoutOffsets.makeTimestampFromHuman('1s0ms0ns'),266 converterWithoutOffsets.makeTimestampFromHuman('1s0ms1ns'),[all …]
75 makeTimestampFromHuman(timestampHuman: string): Timestamp; method158 makeTimestampFromHuman(timestampHuman: string): Timestamp { method in TimestampConverter
756 ).makeTimestampFromHuman(input);