Skip to content

Instantly share code, notes, and snippets.

@ccondry
Created October 22, 2020 21:47
Show Gist options
  • Save ccondry/8a60952f5a53ca068120d17154b71ede to your computer and use it in GitHub Desktop.
Save ccondry/8a60952f5a53ca068120d17154b71ede to your computer and use it in GitHub Desktop.
convert ldap time to javascript timestamp number
function expires () {
return (this.adUser.accountExpires - 116444736000000000) / 10000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment