Tagged Questions
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
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 ...