This commit is contained in:
2020-07-02 17:29:32 +00:00
parent 2a4e493814
commit dc426d86a4
4 changed files with 7 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ namespace rockfishCore.Controllers
}
System.Diagnostics.Debug.WriteLine("RvRController:Post - TODO: Test MustBeOlderThan date code");
//if there is an active trial for this db then can't do this they must request we re-release it or completely zap the database instead
var MustBeOlderThan = DateUtil.DateToEpoch(DateTime.Now.AddDays((RavenKeyFactory.TRIAL_PERIOD_DAYS * -1)));