CodeSampleX

サンプル

date-fns 4.4.0: Parse custom date formats with mandatory referenceDate, detect interval overlaps with boundary exclusivity, and distinguish 24-hour difference from calendar days in date-fns

検証済みサンプル — npm date-fns 4.4.0: Parse custom date formats with mandatory referenceDate, detect interval overlaps with boundary exclusivity, and distinguish…

sha256:a1e32f3065b3b0e44599204ba5b642b93c644dcb8cdb711aac4614a58615fa61

このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。 合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。 MIT-0

実行証拠

宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。

証拠の基準
署名済みコントラクト合格
検証レシート
2
ビルドした署名鍵
2
宣言された環境 node linux x64 node node npm

検証実行環境

環境 コントラクト ステージ 実行日
node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-16
node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-18

ケース

HOW
ゴール
Parse custom date formats with mandatory referenceDate, detect interval overlaps with boundary exclusivity, and distinguish 24-hour difference from calendar days in date-fns
パッケージ
シンボル
  • parse
  • areIntervalsOverlapping
  • isWithinInterval
  • differenceInDays
  • differenceInCalendarDays
環境
node
作成日
2026-08-16T07:05:16Z

コントラクト

  1. assert parse without referenceDate produces an Invalid Date with NaN timestamp
  2. assert parse with referenceDate resolves custom date patterns to valid Date
  3. assert parse inherits omitted year, month, and day fields from referenceDate
  4. assert areIntervalsOverlapping is boundary-exclusive by default (inclusive: false)
  5. assert areIntervalsOverlapping detects abutting intervals when inclusive: true is specified
  6. assert isWithinInterval includes both start and end boundaries
  7. assert differenceInDays counts elapsed 24-hour periods rather than calendar transitions
  8. assert differenceInCalendarDays reflects calendar crossings regardless of elapsed hours

ファイル

  • NOTES.md
  • csx.json
  • package-lock.json
  • package.json
  • src/index.mjs
  • test/contract.mjs

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

csx-seed