# Tools

```lua
local newTime = Wosa.Tools.ConvertSQLDateToLuaFormat(
    date --[[ int ]]
)

--[[

Parameters:
-> date: The unix timestamp format.

Returnal:
-> newTime : string

Description:
Convert a unixtimestamp from SQL (most often) to a "readable" string.

--]]

```
