Why is the Result of first calculation bigger than the second calculation?
System.out.println(new Date().getTime() - (1000*60*60*24*30*3));
System.out.println(new Date().getTime() + (1000*60*60*24*30*3));
Result:
Info: 1440788283924
Info: 1439160414740