Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atotto/jst

JST (Japan Standard Time) package for golang
https://github.com/atotto/jst

Last synced: 24 days ago
JSON representation

JST (Japan Standard Time) package for golang

Awesome Lists containing this project

README

        

# JST

日本標準時 (Japan Standard Time) package for golang

```go
package main

import (
"fmt"

"github.com/atotto/jst"
)

func main() {
fmt.Println(jst.Now())
}
```

`2009-11-11 08:00:00 +0900 JST`