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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...