!7 sclass StefansCountdown extends DynBigNumber { void start { super.start(); setDescription("Stefan's Countdown"); ownTimer(doEveryAndNow(60.0, r updateMe)); } void update { setValue(n2(17850-unixHour()/24, "day")); } }