Documentation
Getting Started

PHP World Time API Implementation

Simple integration using file_get_contents.

PHP Integration Snippet
<?php
$json = file_get_contents('https://currenttime.now/public/api/ip');
$data = json_decode($json, true);
echo "Local Time: " . $data['datetime'];
echo "Offset: " . $data['utc_offset'];
?>

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 |