
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
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
- Authorization header not working in Appw...
I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with `appwrite run functions`, bu...
