Add nano-second support for timestamps for versions prior to .net7 #247
danielhuntleyalpine
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
The idea is pretty nice, I like it. Prob it's a point of small research + impl |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using this package with versions earlier than
.net 7
, timestamps are published to the closestms
rather than thenanosecond
. This is a request to add support for micro and nano seconds similar to how we handle .net7 and later versions.I can appreciate that the
Microsecond
andNanosecond
functions aren't available in earlier versions but we should still be able to obtain that information from the ticks.Any help on this would be greatly appreciated! Thanks for taking the time to consider this request.
Beta Was this translation helpful? Give feedback.
All reactions