Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkuchiki/go-timezone
Timezone utility for Go
https://github.com/tkuchiki/go-timezone
golang library timezone
Last synced: 3 days ago
JSON representation
Timezone utility for Go
- Host: GitHub
- URL: https://github.com/tkuchiki/go-timezone
- Owner: tkuchiki
- License: mit
- Created: 2016-03-02T05:01:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:52:41.000Z (10 months ago)
- Last Synced: 2025-01-27T15:27:17.515Z (10 days ago)
- Topics: golang, library, timezone
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 105
- Watchers: 2
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-timezone
[![GoDocWidget]][GoDocReference] ![Test](https://github.com/tkuchiki/go-timezone/workflows/Test/badge.svg)
[GoDocWidget]:https://godoc.org/github.com/tkuchiki/go-timezone?status.svg
[GoDocReference]:https://godoc.org/github.com/tkuchiki/go-timezone----
go-timezone is timezone utility for Go.
It has the following features:
- This library uses only the standard package
- Supports getting offset from timezone abbreviation, which is not supported by the time package
- Determine whether the specified time.Time is daylight saving time
- Change the location of time.Time by specifying the timezoneSee [godoc][GoDocReference] for usage.
## Data source
https://github.com/tkuchiki/timezones
# Contributors
- [@alex-tan](https://github.com/alex-tan)
- [@kkavchakHT](https://github.com/kkavchakHT)
- [@scottleedavis](https://github.com/scottleedavis)
- [@sashabaranov](https://github.com/sashabaranov)