https://github.com/nextcloud-libraries/timezones
A small library containing common time zone logic and data.
https://github.com/nextcloud-libraries/timezones
Last synced: about 2 months ago
JSON representation
A small library containing common time zone logic and data.
- Host: GitHub
- URL: https://github.com/nextcloud-libraries/timezones
- Owner: nextcloud-libraries
- Created: 2024-06-01T09:59:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T08:34:44.000Z (7 months ago)
- Last Synced: 2025-08-01T10:48:42.147Z (7 months ago)
- Language: TypeScript
- Homepage: https://nextcloud-libraries.github.io/timezones/
- Size: 574 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSES/AGPL-3.0-or-later.txt
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# `@nextcloud/timezones`
[](https://api.reuse.software/info/github.com/nextcloud-libraries/timezones)
[](https://www.npmjs.com/package/@nextcloud/timezones)
[](https://nextcloud-libraries.github.io/timezones/)
A small library containing common time zone logic and data.
## API
The most important exported function is `getTimezoneManager()` which will return an instance of the `TimezoneManager` class.
This library ships the [tz database](https://www.iana.org/time-zones).
All bundled time zones and aliases can be loaded via `TimezoneManger.registerDefaultTimezones()`.