Pessoal, se eu fizer isso:
Time t1 = new Time(System.currentTimeMillis());
Time t2 = new Time(System.currentTimeMillis());
Time t3 = new Time(t1.getTime()+t2.getTime());
ele me retorno um Time menor que 23:59:59 correto?
porém preciso que ele me retorne por exemplo: 1 day xx:xx:xx
no postgres a função interval faz isso, alguém sabe como posso fazer isso? creio que seja com a class SimpleDateFormat, estou certo?
abraço
