module TimeConstantMethods

def months

## Returns the number of seconds in months (approximate)
def months
	return self * 30.days
end