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: 3 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T23:06:26.000Z (9 months ago)
- Last Synced: 2025-03-23T21:35:48.253Z (3 months ago)
- Topics: ios, macos, mapkit, swiftui, timezones, visionos
- Language: Swift
- Homepage:
- Size: 30.3 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- 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
![]()
![]()