Correct admin history date tz, add info to chart

This commit is contained in:
Tanner Collin 2020-06-26 03:13:29 +00:00
parent bdbab31a17
commit 665d4e68bd
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ export function AdminHistory(props) {
<Table.Row>
<Table.Cell>
<a href='javascript:;' onClick={() => setFocus(x.id)}>
{moment.utc(x.history_date).format('YYYY-MM-DD')}
{moment.utc(x.history_date).tz('America/Edmonton').format('YYYY-MM-DD')}
</a>
</Table.Cell>
<Table.Cell>{x.is_system ? 'System' : (x.history_user || 'Deleted User')}</Table.Cell>

View File

@ -122,7 +122,7 @@ export function Charts(props) {
<Header size='medium'>Signup Count</Header>
<p>Monthly for the last sixteen months.</p>
<p>Monthly for the last sixteen months, updates daily.</p>
<p>
{signupCount &&