[Util] Time utility updates#2300
Merged
random-zebra merged 8 commits intoMay 5, 2021
Merged
Conversation
b16d772 to
69ff7a4
Compare
286f1fa to
0f750ca
Compare
random-zebra
previously approved these changes
Apr 24, 2021
random-zebra
left a comment
There was a problem hiding this comment.
ACK 0f750cae81d687de2e40ef912865ad19f64256d6
…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
furszy
approved these changes
May 3, 2021
random-zebra
approved these changes
May 5, 2021
random-zebra
left a comment
There was a problem hiding this comment.
utACK f3f3d6c after rebase, and merging...
random-zebra
added a commit
that referenced
this pull request
May 6, 2021
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
-logtimemicroswas supposed to provide.