package
0.0.0-20240418080317-cc50970ad33f
Repository: https://github.com/5112100070/publib.git
Documentation: pkg.go.dev

# Functions

FixMySQLTime Convert time to Jakarta/WIB (UTC+7) with offset If input time is UTC+0 and using offset 25200 (UTC+7) then output is time in UTC+7 zone without value change Else if input time is UTC+0 and using offset for example 28800 (UTC+8) then output is time in UTC+7 zone with original input time minus one hour E.g.
IntArrToStringArr is func to convert array int to array string.
ParseToDestination is func to parse from interface to destination struct.
ToByteArr Convert any value to byte array.
ToFloat64 Convert any value to float64.
ToInt Convert any value to int.
ToInt64 Convert any value to int64.
ToString Convert any value to string.