Displaying a nanosecond timestamp #2725
Unanswered
DanLipsitt
asked this question in
Q&A
Replies: 1 comment
-
I think you're currently doing it the best way. If you would be willing to submit a PR against |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a column containing an integer representing timestamps in nanosecond precision. I can view them as datetimes if I create a computed column where I convert them to seconds. Is there a good/performant way to do this without creating a new column? It's unclear to me how to create custom displayers or formatters, and I don't know if I can access the value of the current record from inside a format string.
Beta Was this translation helpful? Give feedback.
All reactions