@whitetrefoil/to-local-iso-string
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

to-local-iso-string

Date.prototype.toISOString without force UTC timezone.

Important

  1. This module is designed to be used in browsers only.
  2. If your code isn't targeting the latest syntax spec of JS / ES, please use something like babel to transfer this library.

Usage

Notice

import tlis from '@whitetrefoil/to-local-iso-string'

const string = tlis(new Date())

Changelog & Roadmap

v0.1.0

  • Initial release.

Readme

Keywords

none

Package Sidebar

Install

npm i @whitetrefoil/to-local-iso-string

Weekly Downloads

1

Version

0.1.0

License

Unlicense

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • whitetrefoil