Sample code for 30+ languages & platforms
PowerShell

Example: Http.GenTimeStamp method

Demonstrates the GenTimeStamp method.

Chilkat PowerShell Downloads

PowerShell
Add-Type -Path "C:\chilkat\ChilkatDotNet47-x64\ChilkatDotNet47.dll"

$http = New-Object Chilkat.Http

# Return current date/time in the following format: Day, DD Mon YYYY HH:MM:SS GMT
$timestamp = $http.GenTimeStamp()
$($timestamp)

# Sample Output:
# Thu, 21 Aug 2025 11:17:31 GMT