Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created October 9, 2017 01:50
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 gowatana/21e055c8e78d1c2e4d08d0bb482b4af3 to your computer and use it in GitHub Desktop.
Save gowatana/21e055c8e78d1c2e4d08d0bb482b4af3 to your computer and use it in GitHub Desktop.
function timestamp_us2jst($timestamp_us){
$ts_base = Get-Date "1970/1/1"
$ts_base = $ts_base.AddHours(9)
$ts_base.AddSeconds($timestamp_us / 1000000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment