From 9448ea2e0aed41951b71da8793d7b5d3f8cbafdf Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Sun, 17 Jan 2021 23:53:50 +0100 Subject: [PATCH] =?UTF-8?q?Added=20help=20docs=20=F0=9F=94=AC=F0=9F=A5=BC?= =?UTF-8?q?=20Fixes=20#41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Convert-APIDateTime/Convert-APIDateTime.ps1 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Convert-APIDateTime/Convert-APIDateTime.ps1 b/Convert-APIDateTime/Convert-APIDateTime.ps1 index 3645788..2bba670 100644 --- a/Convert-APIDateTime/Convert-APIDateTime.ps1 +++ b/Convert-APIDateTime/Convert-APIDateTime.ps1 @@ -1,12 +1,15 @@ function Convert-APIDateTime { <# -.SYNOPSIS -Function to convert specific date time format from API endpoint to a datetime object + .SYNOPSIS + Function to convert specific date time format from API endpoint to a datetime object -.EXAMPLE -Convert-APIDateTime "Thu Aug 08 20:31:36 UTC 2019" + .DESCRIPTION + This function takes a specific date time string and converts it to a datetime object -Thursday, August 8, 2019 8:31:36 PM + .EXAMPLE + Convert-APIDateTime "Thu Aug 08 20:31:36 UTC 2019" + + Thursday, August 8, 2019 8:31:36 PM #> [cmdletbinding()] param(