func GetLocalTimestampNow()

in pkg/utils/utils.go [12:15]


func GetLocalTimestampNow() string {
	t := time.Now()
	return GetLocalTimestamp(t)
}