@time-provider/plugin-native
v0.5.2
Published
Time-Provider : Native Date plugin ~ Your single time interface for all your JavaScript / TypeScript projects.
Maintainers
Readme
Time-Provider ~ Native plugin
Description
This is the native Date plugin for Time-Provider.
Notes
JavaScript's native Date object lacks a time zone-aware object type that stores and performs arithmetic in a specific time zone.
As a result, Time-Provider intentionally does not expose time zone or local-time APIs for Date.
This plugin provides a UTC-only facade.
If you need first-class time zone support, consider using Temporal together with the Time-Provider Temporal plugin.
If you need to keep using the native Date object, you can extend it by adding time zone support with the date-fns and date-fns-tz, outside the scope of Time-Provider.
Changelog
See CHANGELOG.md
