metonym / svelte-time

Svelte component and action to format a timestamp using day.js
https://metonym.github.io/svelte-time
MIT License
137 stars 8 forks source link

docs: add timezone guidance #41

Closed metonym closed 5 months ago

metonym commented 5 months ago

Closes #40

This library only loads the relativeTime plugin for performance reasons (to keep the library as lightweight as possible).

However, this library is easily extensible as it uses dayjs under the hood.

Using timezones is quite common; let's provide descriptive examples in the README for guidance.