# getTime

### Get the time beautified with global access

A global access way to understand time from UTC numbers like 1403454068850.
This app is build for NEW_YORK. If you are in a different timezone, just change line 11 in `getTime.ts`

## Install

```
npm install -g getTime
```

## Usage
```
getTime
// January 16th 2017 1:22:46 pm

getTime 1403454068850
// June 22nd 2014 12:21:08 pm

```

Happy Coding guys.
