Searched refs:makeTimestampFromHuman (Results 1 – 3 of 3) sorted by relevance
237 expect(converterWithoutOffsets.makeTimestampFromHuman('0ns')).toEqual(240 expect(converterWithoutOffsets.makeTimestampFromHuman('1000ns')).toEqual(243 expect(converterWithoutOffsets.makeTimestampFromHuman('0ms')).toEqual(246 expect(converterWithoutOffsets.makeTimestampFromHuman('1ms')).toEqual(249 expect(converterWithoutOffsets.makeTimestampFromHuman('10ms')).toEqual(253 expect(converterWithoutOffsets.makeTimestampFromHuman('999ms')).toEqual(258 expect(converterWithoutOffsets.makeTimestampFromHuman('1s')).toEqual(261 expect(converterWithoutOffsets.makeTimestampFromHuman('1s0ms')).toEqual(265 converterWithoutOffsets.makeTimestampFromHuman('1s0ms0ns'),268 converterWithoutOffsets.makeTimestampFromHuman('1s0ms1ns'),[all …]
100 makeTimestampFromHuman(timestampHuman: string): Timestamp; method183 makeTimestampFromHuman(timestampHuman: string): Timestamp { method in TimestampConverter
846 ).makeTimestampFromHuman(input);