Skip to content

Commit 82dc6ab

Browse files
Simplify docs.
1 parent 125805f commit 82dc6ab

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

what-time-is-it-for-me.docs.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# What time is it for me?
22

3-
This tool helps compare a chosen moment across timezones and share it with others.
3+
This tool helps compare a chosen moment across timezones and share it with others. On load, the visitor's timezone is detected via their IP address and falls back to the browser's reported timezone.
44

5-
## Timezone inference
6-
- On load, the app first attempts to detect the visitor's timezone via their IP address using the public `worldtimeapi.org` service.
7-
- If the IP lookup fails, it falls back to the browser's reported timezone.
8-
- The detected value is shown near the top of the page as “Your inferred timezone: <zone>”.
9-
- The inferred timezone is used for the fixed comparison row and to preselect the timezone dropdown unless the visitor picks a different zone manually or via URL parameters.
10-
11-
## Comparison table
12-
- Selecting a date, time, and timezone fills a comparison table.
13-
- The table always includes the inferred local timezone plus any custom rows the visitor adds.
14-
- Custom rows can be added with the “Add timezone” button and removed individually.
15-
- Each row displays the converted time alongside its UTC offset.
16-
17-
## Sharing
18-
- The “Copy link with this moment” button builds a URL with query parameters for the selected date, time, and timezone.
19-
- The preview field shows the URL that will be copied so it can be shared manually if needed.
5+
By selecting a date, time, and timezone, you can compare it across different timezones. You can also share a link to a fixed date/time/timezone combo so others can see it in their own timezone.

0 commit comments

Comments
 (0)