1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Remove old log entries

This commit is contained in:
Laurent Cozic
2017-07-16 17:20:25 +01:00
parent c2ba2105ff
commit f600689323
2 changed files with 19 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class LogScreenComponent extends BaseScreenComponent {
};
return (
<View style={{flexDirection: 'row', paddingLeft: 1, paddingRight: 1, paddingTop:0, paddingBottom:0 }}>
<Text style={style}>{time.formatMsToLocal(item.timestamp, 'MM-DDTHH:mm') + ': ' + item.message}</Text>
<Text style={style}>{time.formatMsToLocal(item.timestamp, 'MM-DDTHH:mm:ss') + ': ' + item.message}</Text>
</View>
);
}