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

Timeoutmanager utc fix #44

Closed
wants to merge 1 commit into from
Closed

Timeoutmanager utc fix #44

wants to merge 1 commit into from

Conversation

sagacity
Copy link
Contributor

This is a fix for issue #31. It makes sure the TimeoutMessage respects the DateTimeKind of the DateTime that is being put in, without always assuming it is Utc.

This was a bug, since Saga.RequestTimeout puts in DateTime.Now instead of DateTime.UtcNow.

@andreasohlund
Copy link
Member

Shouldn't HasNotExpired() use UtcNow as well for this to work?

@sagacity
Copy link
Contributor Author

Doh, certainly. We'll try to come up with a slightly more robust fix.

@sagacity sagacity closed this May 25, 2011
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

Successfully merging this pull request may close these issues.

2 participants