Quote:
Originally Posted by Ihealyou
[You must be logged in to view images. Log in or Register.]
Unfortunately there's a problem with that since its an int instead of a date
From the wiki:
I couldn't find any more documentation on it, and unless its something like MMDDYYYYHHmm its probably pretty hard to figure out.
|
sorry i cant resist ... yes a timestamp is a INT based value .. its actualy the amount of seconds that passed since Januar 1. 1970 00:00 UTC ... its actualy quite easy to calculate the current date and time out of a timestamp .. every coding language has a whole function dedicated to that
[You must be logged in to view images. Log in or Register.]