Remove writer role if a channel member did not write anything in the past 24
hours:
const urbit = require("urbit_thread");
function unix_seconds_to_urbit(seconds) {
const seconds = BigInt(Math.floor(seconds));
return (seconds + 0x8000000cce9e0d80n) * (1n << 64n);
}