You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-10 23:22:22 +02:00
fix(mobile): incorrect memories with timezone (#16562)
This commit is contained in:
@@ -26,7 +26,7 @@ class MemoryService {
|
|||||||
try {
|
try {
|
||||||
final now = DateTime.now();
|
final now = DateTime.now();
|
||||||
final data = await _apiService.memoriesApi.searchMemories(
|
final data = await _apiService.memoriesApi.searchMemories(
|
||||||
for_: now,
|
for_: DateTime.utc(now.year, now.month, now.day, 0, 0, 0),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (data == null) {
|
if (data == null) {
|
||||||
|
Reference in New Issue
Block a user