© 2026 Hedgehog Software, LLC
model SomeModel { date DateTime @db.Date() }
prisma.somemodel.insert({ data: { date: new Date("2023-06-10") } });
UTC