Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leptos-null/zoneinfo
View the iOS, macOS, and visionOS time zones on a map
https://github.com/leptos-null/zoneinfo
ios macos mapkit swiftui timezones visionos
Last synced: 24 days ago
JSON representation
View the iOS, macOS, and visionOS time zones on a map
- Host: GitHub
- URL: https://github.com/leptos-null/zoneinfo
- Owner: leptos-null
- License: cc-by-4.0
- Created: 2023-04-03T22:16:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T22:11:15.000Z (4 months ago)
- Last Synced: 2024-07-08T01:36:19.564Z (4 months ago)
- Topics: ios, macos, mapkit, swiftui, timezones, visionos
- Language: Swift
- Homepage:
- Size: 27.5 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## ZoneInfo
ZoneInfo is an app for iOS, iPadOS, macOS, and visionOS to view the time zones in the system's time zone database.
The app reads from `/usr/share/zoneinfo/zone.tab` which is discussed in https://data.iana.org/time-zones/tz-link.html
Each entry in the file contains the identifier for a time zone and the coordinate of the exemplar location for that time zone.
ZoneInfo places each entry on a map as a pin- selecting a pin shows details about the time zone.
Each pin is colored by its offset from GMT so that the user may visualize regions that observe the same local time.### Screenshots