@whitetrefoil/to-local-iso-string
v0.1.0
Published
Date.prototype.toISOString without force UTC timezone.
Downloads
2
Readme
to-local-iso-string
Date.prototype.toISOString without force UTC timezone.
Important
- This module is designed to be used in browsers only.
- 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.