On Wednesday, 2 August 2017 at 13:25:25 UTC, Martin Tschierschke wrote:
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
   }

Reply via email to