mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #973] Make the timezone selection key sensitive #679
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#679
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @simeonreusch on GitHub (Mar 12, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/973
First of all: I love this tool.
Secondly: For each new job I have to change the timezone from UTC to a specified value. As I'm in Europe, it's pretty far down the list. I would love to be able to just start entering "Berlin" and it autocompletes from the list to speed up the selection process.
Further on: Enabling a new timezone default in the settings would be awesome (#365 and #291)
@cuu508 commented on GitHub (Mar 13, 2024):
Unless I'm misunderstanding you, that's how it should work already: you can type in the timezone selection field and it will filter the list. You should be able to type "Berlin" or "berlin" and see a single match: "Europe/Berlin".
@simeonreusch commented on GitHub (Mar 13, 2024):
It does indeed work upon event creation, sorry for missing that.
I does not work though when adding cron information later on to a job that already exists (which I usually do).
@cuu508 commented on GitHub (Mar 13, 2024):
It should work the same when editing schedules of existing checks too.
@cuu508 commented on GitHub (Apr 1, 2024):
No response, closing.