1.0.4 • Published 5 years ago

utc-local v1.0.4

Weekly downloads
4
License
ISC
Repository
-
Last release
5 years ago

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)

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago