fixes the compile and timestamps to db

This commit is contained in:
Paul Schneider 2026-07-11 03:26:13 +01:00
commit bed9c8a272
15 changed files with 36 additions and 36 deletions

View file

@ -44,7 +44,7 @@ namespace Yavsc.ApiControllers
var uid = User.FindFirstValue(ClaimTypes.NameIdentifier);
var now = DateTime.Now;
var now = DateTime.UtcNow;
var result = _context.HairCutQueries
.Include(q => q.Prestation)
.Include(q => q.Client)