# Functions
BoolPtr takes in boolean condition and returns pointer version of it.
FloatFromString converts a string to a float64.
Int64FromString converts a string to an int64.
IntFromString converts a string to an int.
RoundDuration takes in a time.Duration, and rounds to the wanted digits.
TimeFromUnixTimestampDecimal converts a unix timestamp in decimal form to a time.Time struct.
TimeFromUnixTimestampFloat converts a unix timestamp in float form to // a time.Time struct.
UnixTimestampStrToTime converts a unix timestamp in str format to a time.Timestruct.
UnixTimestampToTime converts a unix timestamp to a time.Time struct.