#!/usr/bin/env nodejsscript /* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global echo, $, pipe, s, fetch, cyclicLoop */ const units= { second: 1000, get minute(){ return this.second*60; }, get hour(){ return this.minute*60; }, get day(){ return this.hour*24; }, get month(){ return this.day*30; }, get year(){ return this.day*365; } }; $.api() .version("2024-03-27") .command("diff