I think checkins createdAt data is coming with time value (counting from 1970) without milliseconds and timeZoneOffset, I checked in at two places with the difference of 1 sec.
{
"id":"4fc88864e4b04ec64af27a3c",
"createdAt":1338542180,
"type":"checkin",
"shout":"He he",
"timeZone":"America\/New_York",
"timeZoneOffset":-240,
"venue":{
"id":"4eb1386282317685624c2e18",
"name":"11220 Brooklyn, NY",
"contact":{},
"location":{
"lat":40.65082835341778,
"lng":-74.00814735447314,
"country":"United States"
}
}
}
{
"id":"4fc88863e4b005dcbe793e44",
"createdAt":1338542179,
"type":"checkin",
"shout":"Original place",
"timeZone":"Asia\/Kolkata",
"timeZoneOffset":330,
"venue":{
"id":"4f45d635e4b035f2e5635241",
"name":"Prernathirth Derasar",
"contact":{},
"location":{
"lat":23.020828247070312,
"lng":72.52046966552734,
"country":"India"
}
}
}
here i checked in at two different places in the time span of 1 second, You can see timeZoneOffset is there for differentiate timezones.