Documentation
Getting Started

C# / .NET World Time API Implementation

Async implementation using HttpClient.

C# / .NET Integration Snippet
using var client = new HttpClient();
var response = await client.GetStringAsync("https://currenttime.now/public/api/ip");
// Parse with System.Text.Json
Console.WriteLine(response);

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 |