static int howManyMinutesAgo(long timestamp) { ret iround(toMinutes(now()-timestamp)); }