Sample code for 30+ languages & platforms
Tcl

Example: Http.GenTimeStamp method

Demonstrates the GenTimeStamp method.

Chilkat Tcl Downloads

Tcl

load ./chilkat.dll

set http [new_CkHttp]

# Return current date/time in the following format: Day, DD Mon YYYY HH:MM:SS GMT
set timestamp [CkHttp_genTimeStamp $http]
puts "$timestamp"

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

delete_CkHttp $http