View Single Post
10/15/14, 03:36 PM   #7
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by dopiate View Post
here are a few example:
1410642972
1410643006
1410643071
is that format convert-able outside LUA - or maybe I can change it to something easier to work with before it hits the saved variables.
As far as converting it before it hits the saved variables there are a few built in functions to allow you to manipulate timestamps, dates & times.

There may be more but I used these in an addon once and had a copy of this info I saved for reference.

Timestamp, date, time functions:
Warning: Spoiler


TimeFormatStyleCodes for the FormatTimeSeconds(..) and FormatTimeMilliseconds(..)
Warning: Spoiler


TimeFormatPrecisionCodes for the FormatTimeSeconds(..) and FormatTimeMilliseconds(..)
Warning: Spoiler


TimeFormatDirectionCodes for the FormatTimeSeconds(..) and FormatTimeMilliseconds(..)
Warning: Spoiler
  Reply With Quote