package
0.1.15
Repository: https://github.com/lang0808/golanglibs.git
Documentation: pkg.go.dev

# Functions

Convert time from int64 to string using layout, in time zone GMT+7 Ex: Layout = "DD/MM/YYYY hh:mm:ss" and t = 1701917887000, returns "07/12/2023 09:58:07".
Parse time from string to int64 using layout, in time zone GMT+7 Ex: Layout = "DD/MM/YYYY hh:mm:ss" and t = "07/12/2023 09:58:07", returns 1701917887000 cpommit.