timezone.now.sh

Microservice utility to convert an ISO date string to a specific timezone

usage

const date = new Date().toISOString()
const timezone = 'America/New_York'
fetch(`https://timezone.now.sh/api/convert?d=${date}&t=${timezone}`)

endpoints

https://timezone.now.sh/api/list
https://timezone.now.sh/api/convert?d={date}&t={timezone}
built by estrattonbailey