feat: cast Created field to datetimeoffset in sp_GetUserWeeklyBalances for improved date handling
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m46s

This commit is contained in:
masoodafar-web
2026-05-05 01:35:07 +03:30
parent b905c308c1
commit f7d6b0e3e7
@@ -35,7 +35,7 @@ BEGIN
n.WeeklyPoolContribution,
n.CalculatedAt,
n.IsExpired,
n.Created,
CAST(n.Created AS datetimeoffset) AS Created,
n.PackageId,
ISNULL(p.Title, '') AS PackageTitle,
COUNT(*) OVER() AS TotalCount