refactor(ui): update tags in DeviceLogsScreen
This commit is contained in:
@@ -11,6 +11,6 @@ class DateTimeUtils {
|
||||
|
||||
String convertCurrentMillisToDateTimeString(int time) {
|
||||
DateTime dateTime = DateTime.fromMillisecondsSinceEpoch((time) * 1000);
|
||||
return DateFormat('yyyy-MM-dd HH:mm:ss').format(dateTime);
|
||||
return DateFormat('HH:mm:ss dd-MM-yyyy').format(dateTime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user