Am getting difficult configuring my local timezone when creating documents. Appwrite does not pick the correct time zone from system.
The documets saved are 1hour behind my localtime.
Appwrite uses UTC.
Thanks @darShan
FYI, in general, it's a good idea to use UTC for everything server-side. this makes things standards in cases where you may have a distributed cluster for your backend
@Steven This is well understood.
[SOLVED] Invalid datetime on $createdAt & $updatedAt attributes
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Appwrite exception: user_unauthorized, t...
After refreshing the app it is working perfectly