diff --git a/server/bootstrap.js b/server/bootstrap.js index 679243e28..9a06d5145 100644 --- a/server/bootstrap.js +++ b/server/bootstrap.js @@ -13,7 +13,7 @@ function prepopulateDatabase(){ headline: 'Another post to fill the page up a little' , url: 'http://sachagreif.com/' , author: 'Sacha' - , submitted: new Date(2012, 7, 22).getTime() + , submitted: new Date(2012, 7, 23).getTime() , votes: 0 , comments: 0 , score: 0