I want to convert print current time in nanoseconds.
I tried System.nanoTime() but it is giving like 275923649812830, If I try System.currentTimeMillis() it is giving like 1516915329788, for converting to nanoseconds I don't want to do System.currentTimeMillis()*1000000.
please help me with this and I'm looking for whole nanoseconds of wall-clock
and there are many questions about the nanoseconds but I did not find the solution to my problem