From 4c88140961c6f090c2babb7413f6a53acf0dab86 Mon Sep 17 00:00:00 2001 From: tkuchiki Date: Wed, 17 Mar 2021 12:03:18 +0900 Subject: [PATCH] Update README --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5118a9..e40773b 100644 --- a/README.md +++ b/README.md @@ -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