Example #1
0
  /** Construct the DTNTime based on the current time */
  public DTNTime() {

    long secondsPassFromRef = TimeHelper.current_seconds_from_ref();
    long nanoseconds = 0; // set to zero as it couldn't be done with java
    init(secondsPassFromRef, nanoseconds);
  }