And I #finishstrong today learning @neo4j and #cypherquery. I have no CS degree and never attended Bootcamp but I can learn how to #code. It’s never too late to learn. I know it needs time and dedication. And I keep telling myself that I have a passion for it. 💪🏻 #womanintech
#neo4j#cypherquery to convert epoch timestamps for #BloodHound data:
MATCH (n:User) WHERE n.enabled = TRUE RETURN n.name, datetime({epochSeconds: toInteger(n.pwdlastset) }), datetime({epochSeconds: toInteger(n.lastlogon) }) order by n.pwdlastset