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
The date can be fixed with <OutcomeWhen /> dialog.
<OutcomeWhen />
The data value posted with CreateOutcome is 2021-06-01T00:00:00+02:00. The date value posted with ChangeOutcomeWhen is 2021-06-01T22:00:00.
CreateOutcome
2021-06-01T00:00:00+02:00
ChangeOutcomeWhen
2021-06-01T22:00:00
The text was updated successfully, but these errors were encountered:
#368 - Using UTC dates.
ee9aab2
maraf
No branches or pull requests
The date can be fixed with
<OutcomeWhen />
dialog.The data value posted with
CreateOutcome
is2021-06-01T00:00:00+02:00
.The date value posted with
ChangeOutcomeWhen
is2021-06-01T22:00:00
.The text was updated successfully, but these errors were encountered: