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

btcio: UNIX time instead of elapsed time #190

Merged
merged 2 commits into from
Jul 31, 2024
Merged

btcio: UNIX time instead of elapsed time #190

merged 2 commits into from
Jul 31, 2024

Conversation

voidash
Copy link
Contributor

@voidash voidash commented Jul 31, 2024

Description

use SystemTime::now().duration_since(SystemTime::UNIX_EPOCH)

Type of Change

  • fix (non-breaking change which fixes an issue)

Checklist

  • I have performed a self-review of my code.
  • I have commented my code where necessary.
  • I have updated the documentation if needed.
  • My changes do not introduce new warnings.
  • I have added tests that prove my changes are effective or that my feature works.
  • New and existing tests pass with my changes.

Related Issues

#177

Copy link

codecov bot commented Jul 31, 2024

The author of this PR, voidash, is not an activated member of this organization on Codecov.
Please activate this user on Codecov to display this PR comment.
Coverage data is still being uploaded to Codecov.io for purposes of overall coverage calculations.
Please don't hesitate to email us at [email protected] with any questions.

@voidash voidash requested a review from sapinb July 31, 2024 07:15
Copy link
Contributor

@delbonis delbonis left a comment

Choose a reason for hiding this comment

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

Looks good.

@delbonis delbonis merged commit 0384659 into master Jul 31, 2024
19 of 22 checks passed
@storopoli storopoli deleted the fix/alp_l1status branch November 28, 2024 10:38
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