Skip to content
New issue

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

DateTime over variables issue #607

Closed
michaelstaib opened this issue Mar 1, 2019 · 4 comments
Closed

DateTime over variables issue #607

michaelstaib opened this issue Mar 1, 2019 · 4 comments
Milestone

Comments

@michaelstaib
Copy link
Member

There seems to be a conversion issue when DateTime values are provided as a variable

@michaelstaib michaelstaib added this to the 0.9.0 milestone Mar 1, 2019
@GraemeF
Copy link
Contributor

GraemeF commented Mar 5, 2019

Can confirm this - the value gets converted from a DateTime (or DateTimeOffset?) to a string with the default format which then makes it ambiguous when parsed back to a DateTime/DateTimeOffset again later.

@michaelstaib
Copy link
Member Author

@GraemeF thanks for the feedback...

I have pined down the issue and will issue a fix soon.

@michaelstaib michaelstaib modified the milestones: 9.0.0, 0.8.1 Mar 24, 2019
@michaelstaib
Copy link
Member Author

@GraemeF we are moving this to out patch release that is coming on the 31st of March.

@michaelstaib
Copy link
Member Author

This one is now fixed with #664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants