Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-leonard authored Sep 25, 2024
1 parent 38dc789 commit eb8e252
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Live example on [github.io](https://michel-leonard.github.io/all-timezones-dst/)

### **Introduction**

The `getDSTTransitions` function leverages ECMAScript's `Intl` object, which provides comprehensive and accurate time zone data to detect precise Daylight Saving Time (DST) transitions for any range of dates across all time zones.
- This version of the software (all files) is released into the public domain.
- The software is provided "as it" without any warranty, express or implied.

The `getDSTTransitions` function leverages ECMAScript's `Intl` object, which provides accurate time zone data to detect precise Daylight Saving Time (DST) transitions for any range of dates across all time zones, you can check the [live examples](https://michel-leonard.github.io/all-timezones-dst/).

- **Precision:**
- The function is precise to the second, making it ideal for applications that require exact timing of DST changes.
- The function is precise to the second, making it great for applications that require exact timing of DST changes.

- **Compatibility:**
- **Node.js:** The function is fully compatible with Node.js, allowing for server-side use in addition to browser
Expand Down

0 comments on commit eb8e252

Please sign in to comment.