Okay so here's the example
%Y/%m/%d %H:%M:%S.%f
2022/12/05 00:00:04.530418100
I have tried this as a reference https://strftime.org to create one.
I want to get whole 9 digits after 04. I guess %f only gets me 6 digits. How do I fetch whole 9 digits