How do I compare the timestamp "createdAt" (2015-09-07T10:02:50.868Z) between the current time and get: 1h ago, or 5h ago etc?
Since Parse saves the time in GMT, what happens if the user is in a different time zone? How do I successfully solve this problem?