Displaying all 2 messages |
Private User
10/19/2011 at 3:53
|
I notice that profiles now have created_at, updated_at etc strings which according to the documentation is a timestamp .
* created_at String Timestamp of when the profile was created 1) What is the timestamp related to? Example: How do I get from the value "1179696868" to May 20, 2007 at 11:34 PM 2) Can they be used for filtering requests like requesting a list of family group profiles updated after a certain timestamp? |
|
Private User
10/19/2011 at 4:07
|
Found out that the timestamp is the good old Unix seconds since 01-01-1970
But still: How can we used this information to optimize what is needed to be downloaded from the Geni servers. |