Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

ZoneInfo on macOS

ZoneInfo on iOS with only the map visible ZoneInfo on iOS with the detail panel open

ZoneInfo on visionOS