utc-local

1.0.4 • Public • Published

UTC to local date and time

This api is build to convert UTC date and time to local date and time by passing UTC date time and correct timezone

Getting Started

Simply install package with

  npm i utc-local
 
 const utcLocal = require("utc-local")
 
 const date =  utcLocal.getLocal("2019-11-14 07:39:12", "Asia/Kolkata")
 
 console.log(date)
 
 const diff = utcLocal.fromNow("2019-11-14 07:39:12", "Asia/Kolkata")
 
 console.log(diff)
 

"2019-11-14 13:09:12" //(Local time by time zone Asia/Kolkata)

Package Sidebar

Install

npm i utc-local

Weekly Downloads

5

Version

1.0.4

License

ISC

Unpacked Size

2.13 kB

Total Files

3

Last publish

Collaborators

  • rohitparte