Appwrite stores datetime values in UTC (which makes sense), but the console displays them in the local timezone (UTC+1). This creates confusion since the console should reflect the actual stored values, just like querying the database directly. I also noticed this confusion in the Function execution time when using Delayed executions.
Fetched data:
{
response: [
{
userId: '67cd2...0272',
questionKey: 'market_transactions_v1',
response: true,
'$id': '67ab5d...880ace',
'$createdAt': '2025-02-11T14:22:07.953+00:00',
'$updatedAt': '2025-02-11T14:22:07.953+00:00',
'$permissions': [Array],
'$databaseId': '678654...5d611',
'$collectionId': '67e70...0992'
}
]
}
Console data: (cf. screenshot)
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- 500 Server error
getting same 500 status This is my appwrite project: https://cloud.appwrite.io/console/project-fra-691932db0036241caa0e/overview/platforms Help how to open th...