Skip to content
This repository was archived by the owner on Jan 25, 2020. It is now read-only.

Commit a6d1299

Browse files
author
Cole Johnson
authored
Adds 4 hours (#166)
1 parent bcdb2ff commit a6d1299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/DayOf/Announcements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Announcements extends Component {
1919
<div className="c-day_of_card p-day_of--announcements">
2020
<div className="p-day_of--announcements_holder">
2121
{this.props.dayof.announcements.map(a => {
22-
let when = moment.utc(a.created_at);
22+
let when = moment.utc(a.created_at).add(4, 'hours');
2323
return (
2424
<div
2525
key={a.id}

0 commit comments

Comments
 (0)