mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-05-10 02:41:23 +08: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) {
|
if (match != null) {
|
||||||
final dateTimeString = match.group(1);
|
final dateTimeString = match.group(1);
|
||||||
if (dateTimeString != null) {
|
if (dateTimeString != null) {
|
||||||
return DateTime.parse(dateTimeString);
|
return DateTime.parse(dateTimeString).toLocal();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user