mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-14 04:00:27 +00:00
fix: ToolsLogAnalyze _getLogLineDateTime time
This commit is contained in:
parent
5b8314411b
commit
a6de0364c1
@ -282,7 +282,7 @@ class ToolsLogAnalyze extends _$ToolsLogAnalyze {
|
||||
if (match != null) {
|
||||
final dateTimeString = match.group(1);
|
||||
if (dateTimeString != null) {
|
||||
return DateTime.parse(dateTimeString);
|
||||
return DateTime.parse(dateTimeString).toLocal();
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user