updateTime method

void updateTime()

Implementation

void updateTime(){
  time.add(DateTime.now().millisecondsSinceEpoch);
}