120121122123124125126
* Gets the amount of time that Pebble has been running for. * * @return a number of milliseconds */ public RelativeDate getUptime() { return new RelativeDate(new Date().getTime() - startTime.getTime()); }