base64 - Convert 64-bit Hex to nanoseconds timestamps -


i have timestamps represented in 64-bit hex. there way convert nanosecond timestamps? (preferably in c++)

found it!

i used std::hex convert hex value long, in turn gives me nanosecond precision.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -