Functions/Get-ZuluTime.ps1

function Get-ZuluTime {
<#
.NOTES
    Author: Skyler Hart
    Created: 2021-06-10 22:28:39
    Last Edit: 2021-06-10 22:28:39
.LINK
    https://wanderingstag.github.io
#>

    (Get-Date).ToUniversalTime()
}