How does Amity handle storing and returning date/time objects such as the timestamps for a post/comment?
Timestamp are transported as iso strings, so you can easily turn them into dates with new Date(that.timestamp)
How does Amity handle storing and returning date/time objects such as the timestamps for a post/comment?
Timestamp are transported as iso strings, so you can easily turn them into dates with new Date(that.timestamp)