Skip to content

Instantly share code, notes, and snippets.

@poshcodebear
Created July 31, 2015 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poshcodebear/9f58ceb48d85c41aff3d to your computer and use it in GitHub Desktop.
Save poshcodebear/9f58ceb48d85c41aff3d to your computer and use it in GitHub Desktop.
When will you be 1 billion seconds old?
$BirthDay = Get-Date "8-16-1989 17:55"
$BirthDay.AddSeconds(1000000000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment