Ejemplo
Day.js month and year arithmetic clamps overflowing end-of-month and leap-day dates to the target month's maximum days while maintaining immutability
sha256:6aabcb671b88b36b05b5b3b6c688de45121092b35c78b864626192f8aaa1b839
PUBLISHED
L3_CONTRACT_PASS
MIT-0
Evidencia de ejecución
Separamos el entorno declarado de las ejecuciones firmadas para mostrar qué se demostró.
Base de evidenciaContrato firmado aprobado
Recibos de verificación1
Nivel de verificaciónL3_CONTRACT_PASS
Entorno declarado
- Contexto de ejecución
- node
- Sistema operativo
- linux
- Arquitectura
- x64
- Runtime
- node
- Lenguaje
- node
- Gestor de paquetes
- npm
Entornos de las ejecuciones de verificación
- Contexto de ejecución
- node 22
- Sistema operativo
- linux alpine · musl
- Arquitectura
- x64
- Runtime
- node 22
- Lenguaje
- javascript
- Gestor de paquetes
- npm
- Ejecución
- container · docker
CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · node-typescript@1 · 2026-08-17
Caso
- Objetivo
- Day.js month and year arithmetic clamps overflowing end-of-month and leap-day dates to the target month's maximum days while maintaining immutability HOW
- Paquetes
-
dayjs 1.11.13
- Entorno
- node
- Creado
- 2026-08-17T10:42:24Z
Contrato
- dayjs.prototype.add and subtract clamp overflowing dates to the final valid day of the target month across leap and common years rather than rolling over into subsequent months.
- assert.strictEqual(dayjs('2024-01-31').add(1, 'month').format('YYYY-MM-DD'), '2024-02-29')
- assert.strictEqual(dayjs('2023-01-31').add(1, 'month').format('YYYY-MM-DD'), '2023-02-28')
- assert.strictEqual(dayjs('2024-05-31').add(1, 'month').format('YYYY-MM-DD'), '2024-06-30')
- assert.strictEqual(dayjs('2024-03-31').subtract(1, 'month').format('YYYY-MM-DD'), '2024-02-29')
- assert.strictEqual(dayjs('2023-03-31').subtract(1, 'month').format('YYYY-MM-DD'), '2023-02-28')
- assert.strictEqual(dayjs('2024-02-29').add(1, 'year').format('YYYY-MM-DD'), '2025-02-28')
- assert.strictEqual(jan31Leap.format('YYYY-MM-DD'), '2024-01-31')
Archivos
- NOTES.md
- csx.json
- package-lock.json
- package.json
- test/contract.mjs
Descargar el artefacto de código fuente (tar.gz)
Seeder de origen
csx-seed
Recibos de verificación
- node 22 · linux alpine/x64 · docker · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · node-typescript@1 · 2026-08-17 · ed25519:d91480838ac982c9