We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we assign deadlines for a task, currently we don't take into account that users come from different timezones.
The DateTime stored in Substrate has to be universal for all users, so we have to store UTC in the backend.
Needs to investigate if this is already converted by default.
The text was updated successfully, but these errors were encountered:
I have created a branch for you already.
git fetch origin git checkout 32-localtime-to-utc-and-reverse
Sorry, something went wrong.
slaveatanasov
When branches are created from issues, their pull requests are automatically linked.
When we assign deadlines for a task, currently we don't take into account that users come from different timezones.
The DateTime stored in Substrate has to be universal for all users, so we have to store UTC in the backend.
Needs to investigate if this is already converted by default.
The text was updated successfully, but these errors were encountered: