Skip to content

Instantly share code, notes, and snippets.

@nickcox
Created May 23, 2021 22:39
Show Gist options
  • Save nickcox/46eefdc7e2cf712bd0a465f1641fc3a9 to your computer and use it in GitHub Desktop.
Save nickcox/46eefdc7e2cf712bd0a465f1641fc3a9 to your computer and use it in GitHub Desktop.
Timever compatible version string
# get a version string based on the current date & time
# https://gist.github.com/twolfson/de1b004dd22536b8e668
(Get-Date -AsUTC).ToString('yyyyMMdd.hhmmss.fffffff00')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment