Skip to content

Do not initialize real-time using local clock when checking concentrator status#51

Merged
ritchiecarroll merged 3 commits into
masterfrom
fix-real-time
Apr 16, 2026
Merged

Do not initialize real-time using local clock when checking concentrator status#51
ritchiecarroll merged 3 commits into
masterfrom
fix-real-time

Conversation

@StephenCWills
Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines +1880 to +1883
if (PerformTimestampReasonabilityCheck)
currentTimeTicks = DateTime.UtcNow.Ticks;
else
currentTimeTicks = timestamp;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did consider this, but the intent is quite clear either way so I figured I'd keep the code the same to give the reviewer less to worry about.

@ritchiecarroll ritchiecarroll merged commit 69b9faa into master Apr 16, 2026
3 checks passed
@StephenCWills StephenCWills deleted the fix-real-time branch April 16, 2026 19:52
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.

3 participants