Documentation
Getting Started

Node.js (Axios) World Time API Implementation

Popular choice for Node.js backend services using Axios.

Node.js (Axios) Integration Snippet
const axios = require('axios');

axios.get('https://currenttime.now/public/api/ip')
  .then(response => {
    console.log('Time:', response.data.datetime);
    console.log('Timezone:', response.data.timezone);
  })
  .catch(error => console.error(error));

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 |