把日期的年+1,再减半年(1年=365天,0.5年=182天)
ctod(str(year(date())+1,4)+"-"+str(month(date()),2)+"-"+str(day(date()))-182