Skip to content

Commit

Permalink
Merge pull request #26 from tkuchiki/fix-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
tkuchiki authored Mar 17, 2021
2 parents e5cef1d + 4c88140 commit e617572
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# go-timezone

Timezone utility for Go

[![GoDocWidget]][GoDocReference]
[![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

![Test](https://github.com/tkuchiki/go-timezone/workflows/Test/badge.svg)
----

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 timezone

See [godoc][GoDocReference] for usage.

## Data source

Expand Down

0 comments on commit e617572

Please sign in to comment.