BigIntSupport 擴充 dayjs()、dayjs.unix API 以支援 BigInt 參數。 var bigIntSupport = require("dayjs/plugin/bigIntSupport"); dayjs.extend(bigIntSupport); dayjs(BigInt(1666310421101)); dayjs.unix(BigInt(1666311003));