Documentation
Getting Started

Python World Time API Implementation

Using the standard requests library.

Python Integration Snippet
import requests

# Get time by specific timezone
response = requests.get('https://currenttime.now/public/api/timezone/Europe/London')
data = response.json()
print(f"London Time: {data['datetime']} ({data['abbreviation']})")

Current time in major cities:

Current time in major countries:

Current time now in time zones:

UTC | GMT | CET | PST | MST | CST | EST | EET | IST | China (CST) | JST | AEST | SAST | MSK | NZST |