Tcl
Tcl
Example: Http.GenTimeStamp method
Demonstrates theGenTimeStamp method.
Chilkat Tcl Downloads
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