display local time on note instead of UTC

This commit is contained in:
Ron Rennick 2019-08-20 19:38:56 -03:00
parent dd9948aa1a
commit 44bf577938
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class InboxPanel extends Component {
actioned: 'unactioned' !== note.status,
} ) }
title={ note.title }
date={ note.date_created_gmt }
date={ note.date_created }
icon={ <Gridicon icon={ note.icon } size={ 48 } /> }
unread={
! lastRead ||