Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ import { bar } from "@/convex/...";

### 日付操作

- フロントの日付操作は `src/components/features/Shift/ShiftForm/utils/dateUtils.ts`(dayjs)を使用する
- フロントの日付操作は `src/components/features/Shift/ShiftForm/utils/dateUtils.ts`(dayjs)を使用
- `new Date()` + `toISOString()` による日付文字列生成はTZずれの原因になるため禁止
- Convexバックエンド(`convex/`)ではdayjsを使えないため、文字列比較("YYYY-MM-DD")で対応

Expand Down
Loading