![](https://cdn.discordapp.com/avatars/140561283006201858/a025f70acf09d705407ca7c07ccb9c3c.webp)
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_bad_request, code:400, "versio...
I am trying to integrate discord Oauth but facing some issue. I already integrated google sign in and it works fine. ```export function AuthModal({ isOpen, onC...
- OAuth Identity should not be unique
I'm working on OAuth authorization_code flow with HubSpot. The access_token and identity I get after user has been logged in are related to a HubSpot portal (wi...
- Request failedPlease check if your crede...
I’m trying to migrate my local Appwrite setup (running in Docker) to Appwrite Cloud, but I’m hitting an issue during the deployment process. My Setup • ...
![](/images/bgs/pre-footer.png)