-
Notifications
You must be signed in to change notification settings - Fork 719
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
[Util] Time utility updates #2300
[Util] Time utility updates #2300
Conversation
b16d772
to
69ff7a4
Compare
286f1fa
to
0f750ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 0f750ca
…6Z") * Z is the zone designator for the zero UTC offset. * T is the delimiter used to separate date and time. This makes it clear for the end-user that the date/time logged is specified in UTC and not in the local time zone.
0f750ca
to
f3f3d6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code review ACK f3f3d6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK f3f3d6c after rebase, and merging...
f0f0291 Use thread-safe atomic in perfmon seeder (Pieter Wuille) Pull request description: Follow-up to #2278 now that #2300 has been merged. This pulls in one of the aforementioned commits (bitcoin@64e1e02) that was purposely left out of #2278 ACKs for top commit: furszy: utACK f0f0291 random-zebra: utACK f0f0291 and merging... Tree-SHA512: 2071bc007701acf1cdb2ab758ea3cddea14bc7c447d32095647e7f21e45dbd274bba01939c5f71ec54952577ad1536924e5fcce1928a1e645b91f99f2f714f90
This is a backport of a collection of upstream PRs to bring our time utility more up to date. The following upstream PRs are included:
The two user-facing notable changes here have been documented in the release notes template. I've also connected the functionality that
-logtimemicros
was supposed to provide.