Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

executable file
·
11 lines (6 loc) · 269 Bytes

phone-number-timezone

Overview

Returns IANA timezones of phone numbers. (Node.js-only.)

Example Usage

const {phoneNumberTimezone} = require('phone-number-timezone');

const timeZone = await phoneNumberTimezone('+19312974462'); // 'America/New_York'