Sample code for 30+ languages & platforms
Chilkat2-Python

Example: Http.GenTimeStamp method

Demonstrates the GenTimeStamp method.

Chilkat Chilkat2-Python Downloads

Chilkat2-Python
import chilkat2

http = chilkat2.Http()

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

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