iiitv / what-the-feed-server

Social feed aggregation service, written in Django
Apache License 2.0
5 stars 1 forks source link

return feed without sorting by time #2

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago

Again this is a measure to save time and have a working prototype sooner.

singhpratyush commented 8 years ago

This will do. Sorting at client side is easy and fast.

aviaryan commented 8 years ago

@singh-pratyush96 Will you able to parse date from string formats like -

Sat, 12 Mar 2016 18:11:44 +0100
2015-12-27 07:38:54 GMT
singhpratyush commented 8 years ago

Will have to do some parsing.

YYYY-MM-DD HH:MM:SS is supported by SQLite.

aviaryan commented 8 years ago

@singh-pratyush96 You don't need to parse now. The server now always returns time in YYYY-MM-DD HH:MM:SS format. see #4