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

fix eth_now() #2119

Merged
merged 2 commits into from Jul 20, 2023
Merged

fix eth_now() #2119

merged 2 commits into from Jul 20, 2023

Conversation

charles-cooper
Copy link
Contributor

@charles-cooper charles-cooper commented Jul 19, 2023

utcnow() returns a local time, which for computers in any time zone besides utc will result in an eth_now() value being shifted forwards or backwards by the distance from utc.

What was wrong?

Related to Issue #
Closes Issue #

How was it fixed?

Todo:

  • Clean up commit history

  • Add or update documentation related to these changes

  • Add entry to the release notes

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

utcnow() returns a local time, which for computers in any time zone
besides utc will result in an eth_now() value being shifted forwards or
backwards by the distance from utc.
Copy link
Collaborator

@kclowes kclowes left a comment

Choose a reason for hiding this comment

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

Thanks @charles-cooper! I'll add a newsfragment and merge!

@kclowes kclowes merged commit 2e80878 into ethereum:master Jul 20, 2023
32 checks passed
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.

None yet

2 participants