FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Use DB time to prevent synchronization issues #445

Closed davidmz closed 4 years ago

davidmz commented 4 years ago

In general the DB and app servers may have slightly different times. If so, we cannot just use app's new Date() to safe update or query the DB.