Skip to content

Commit 7130b15

Browse files
committed
added -6 hours
1 parent c7924c7 commit 7130b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lastTwitterFetchResult = {}
1818
determineDate = (start, end) ->
1919
start = moment(start)
2020
end = moment(end)
21-
date = start.format('ddd, MMM D')
21+
date = start.add('hours', -6).format('ddd, MMM D')
2222

2323
return date if start.diff(end, 'days') == -1
2424

0 commit comments

Comments
 (0)