View Single Post
07/12/15, 05:06 AM   #75
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
ESOUIDocumentationP6.txt:
Code:
* GetTimeStamp()
** _Returns:_ *id64* _timestamp_

* GetDiffBetweenTimeStamps(*id64* _laterTime_, *id64* _earlierTime_)
** _Returns:_ *number* _difference_
I just wanted to express my hope that this is a documentation error and that the API won't be changed to match it

GetTimeStamp() currently returns a valid Lua number, i.e. C double, not int64. 53 bits of double precision are more than enough for a timestamp, it could span roughly 285 years with microsecond precision.
  Reply With Quote