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 startTime and endTime metadata members do not read properly the date if we do not provide full formatting.
startTime
endTime
E.g. if we use <parameter name="startTime" value="2023/01/01 00:00" /> it will work fine.
<parameter name="startTime" value="2023/01/01 00:00" />
However, if we do <parameter name="startTime" value="2023/01/01" /> it will not work properly.
<parameter name="startTime" value="2023/01/01" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
startTime
andendTime
metadata members do not read properly the date if we do not provide full formatting.E.g. if we use
<parameter name="startTime" value="2023/01/01 00:00" />
it will work fine.However, if we do
<parameter name="startTime" value="2023/01/01" />
it will not work properly.The text was updated successfully, but these errors were encountered: