Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/date4offset
Get date from timezone offset.
https://github.com/afeiship/date4offset
date timezone tz utc wip
Last synced: 8 days ago
JSON representation
Get date from timezone offset.
- Host: GitHub
- URL: https://github.com/afeiship/date4offset
- Owner: afeiship
- License: mit
- Created: 2023-08-19T10:37:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T00:52:06.000Z (over 1 year ago)
- Last Synced: 2024-10-28T04:59:49.485Z (about 2 months ago)
- Topics: date, timezone, tz, utc, wip
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# date4offset
> Get date from timezone offset.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```shell
npm install @jswork/date4offset
```## usage
```js
import date4offset from '@jswork/date4offset';// usage goes here.
```## license
Code released under [the MIT license](https://github.com/afeiship/date4offset/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/date4offset
[version-url]: https://npmjs.org/package/@jswork/date4offset[license-image]: https://img.shields.io/npm/l/@jswork/date4offset
[license-url]: https://github.com/afeiship/date4offset/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/date4offset
[size-url]: https://github.com/afeiship/date4offset/blob/master/dist/date4offset.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/date4offset
[download-url]: https://www.npmjs.com/package/@jswork/date4offset