The date tag has no wiki summary.
1
vote
1answer
186 views
What is the unix epoch date, range [0, 253,402,300,799] in the API docs?
The type of the fromdate or todate in several methods is set to
unix epoch date, range [0, 253,402,300,799]
I don't know what that is and I can't find any information -- can someone explain it ...
4
votes
0answers
25 views
Why does adding fromdate=<long time ago> return a different set than without it?
I've been trying to get some stats for the Windows 8 challenge over on Super User. I've noticed that there are some questions missing if I add fromdate=0. Why is this?
Without fromdate:
...
1
vote
1answer
79 views
api.money.stackexchange.com returning questions from 2009?
http://api.money.stackexchange.com/1.0/questions/?pagesize=1&fromdate=1254960000&todate=1255564793
body => question[0] => [creation_date] => 1254969799
1254969799 == Thu, 08 Oct ...
1
vote
1answer
138 views
Can we add a creation_date to the /sites method?
I think we really need a way to determine when one of the new sites went live so that they can be ordered by date.
Something like:
{
"name": "Gaming Meta",
"logo_url": ...