1.0.2 • Published 11 months ago
@jha28rahul/timezone v1.0.2
��# @jha28rahul/timezone
Timezone Manager is a Node.js package that allows you to handle various timezone-related tasks, such as converting times between different timezones, getting UTC offsets, listing available timezones, and more. This package is particularly useful for applications that require accurate time calculations across different regions of the world.
Features
- Get UTC Offset: Retrieve the UTC offset for any timezone.
- Convert Time: Convert time from one timezone to another.
- List Timezones: Get a list of all available timezones.
- Get Current Time: Fetch the current time in a specific timezone.
- Calculate Time Difference: Determine the time difference between two timezones.
- Convert Date to Timezone: Convert a specific date to another timezone.
Installation
Install the package using npm:
npm install @jha28rahul/timezone