I get a SysTime, how to check if it is older than an interval (1 day)?D/Phobos idiomatically?
if(Clock.currTime - timeLastModified("aa.d") > 1.days) { // older }
Adam D. Ruppe via Digitalmars-d-learn Wed, 02 Aug 2017 06:36:04 -0700
I get a SysTime, how to check if it is older than an interval (1 day)?D/Phobos idiomatically?
if(Clock.currTime - timeLastModified("aa.d") > 1.days) { // older }