package
0.0.1
Repository: https://github.com/ifantsai/go-lib.git
Documentation: pkg.go.dev

# Functions

CSTLayoutString returns time string in "2006-01-02 15:04:05" format.
CSTLayoutStringToUnix return unix timestamp 2020-01-24 21:11:11 => 1579871471.
GMTLayoutString returns time sting in "Mon, 02 Jan 2006 15:04:05 GMT" format.
ParseCSTInLocation formats time use China Standard Time Layout.
ParseGMTInLocation formats time use GMT layout.
RFC3339ToCSTLayout convert rfc3339 value to China standard time layout 2020-11-08T08:18:46+08:00 => 2020-11-08 08:18:46.
SubInLocation calculates time difference.

# Constants

CSTLayout China Standard Time Layout.

# Type aliases

No description provided by the author