fix(mobile): incorrect memories with timezone (#16562)

This commit is contained in:
Alex 2025-03-04 06:54:54 -06:00 committed by GitHub
parent 49d393216a
commit 86e8effd8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ class MemoryService {
try {
final now = DateTime.now();
final data = await _apiService.memoriesApi.searchMemories(
for_: now,
for_: DateTime.utc(now.year, now.month, now.day, 0, 0, 0),
);
if (data == null) {