Why does the below calculation produce a negative value?
long interval = 0; interval = ((60000 * 60) * 24) * 30;
Because the value of the equation is causing a number so big that it wraps around It will result in a Integer. Int