View Single Post
03/06/19, 04:35 PM   #2
Drummerx04
AddOn Author - Click to view addons
Join Date: Sep 2017
Posts: 54
You are probably looking for:
Lua Code:
  1. os.date("%X", timestamp) -- returns formatted time string

I'm pretty sure if you plug in a timestamp difference, you'll still get what you are looking for. You can read more about it here.

There are ways to explicitly format different aspects of the string (%X is a standard time format)
  Reply With Quote