Skip to content

Commit 0e8521d

Browse files
committed
blah
1 parent dd8d70c commit 0e8521d

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 = moment(start.native()).add('hours', -6).format('ddd, MMM D')
21+
date = moment(new Date(start.native())).add('hours', -6).format('ddd, MMM D')
2222

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

0 commit comments

Comments
 (0)