Searched refs:createTimestampFromNanos (Results 1 – 2 of 2) sorted by relevance
375 timestamp = TimeUtil.createTimestampFromNanos(1111111111); in testTimestampConversion()386 timestamp = TimeUtil.createTimestampFromNanos(-888888889); in testTimestampConversion()
338 public static Timestamp createTimestampFromNanos(long nanoseconds) { in createTimestampFromNanos() method in TimeUtil