# timezone-offset-to **Repository Path**: mirrors_watson/timezone-offset-to ## Basic Information - **Project Name**: timezone-offset-to - **Description**: convert a timezone offset to a numerical value - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README timezone-offset-to ================== Convert a timezone offset to a numerical value. `npm install timezone-offset-to` ``` javascript var tzto = require('timezone-offset-to') tzto.minutes('-05:00') // -300 tzto.hours('-05:45') // -5.75 ```