Skip to content

Commit

Permalink
Wording improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoshak authored Feb 5, 2024
1 parent 90b4d6b commit 819d24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ See [JS-Joda](https://js-joda.github.io/js-joda/) for more examples and complete
Occasionally, one will need to parse a non-supported date time string or generate one from a ZonedDateTime.
To do this you will use [JS-Joda DateTimeFormatter and potentially your Locale](https://js-joda.github.io/js-joda/manual/formatting.html).
However, all the locales combine to a unacceptibly large size to ship them with the openhab-js library.
However, shipping all the locales with the openhab-js library would lead to an unacceptable large size.
Therefore if you attempt to use the `DateTimeFormatter` and receive an error saying it cannot find your locale, you will need to manually install your locale and import it into your rule.
[JS-Joda Locales](https://github.com/js-joda/js-joda/tree/master/packages/locale#use-prebuilt-locale-packages) includes a list of all the supported locales.
Expand Down

0 comments on commit 819d24e

Please sign in to comment.