mirror of
https://github.com/plausible/analytics.git
synced 2024-12-29 04:22:34 +03:00
178e34b9e7
* Update Timex version from 3.7.7 to 3.7.8 * Generate timezone list from Tzdata This commit fixes a bug where timezone changes weren't updating the timezone list displayed when editing or creating a site. Timezones were being pulled from a static list. This commit changes it to generate the list from Tzdata, that uses a timezone database with updated information on time changes. Additionally it adds more timezones with aliases and links to the list. Closes #1340 * Use timezone name from browser to recommend timezone This commit matches the timezone name instead of offset to recommend a timezone when creating a new site. The JavaScript Intl.DateTimeFormat API is widely supported according to the link. In any case, if the timezone fails to match by name, it fallbacks to the offset strategy. https://caniuse.com/mdn-javascript_builtins_intl_datetimeformat_resolvedoptions_computed_timezone Closes #904 |
||
---|---|---|
.. | ||
membership | ||
edit_shared_link.html.eex | ||
import_from_google_confirm.html.eex | ||
import_from_google_user_metric_form.html.eex | ||
import_from_google_view_id_form.html.eex | ||
index.html.eex | ||
new_goal.html.eex | ||
new_shared_link.html.eex | ||
new.html.eex | ||
settings_custom_domain.html.eex | ||
settings_danger_zone.html.eex | ||
settings_email_reports.html.eex | ||
settings_general.html.eex | ||
settings_goals.html.eex | ||
settings_people.html.eex | ||
settings_search_console.html.eex | ||
settings_visibility.html.eex | ||
snippet.html.eex |