mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Fixed logs time issue
This commit is contained in:
parent
98f7613fe3
commit
13004ce78f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ String formatTimestampUTCFromAPI(DateTime timestamp, String format) {
|
|||
timestamp.year,
|
||||
timestamp.month,
|
||||
timestamp.day,
|
||||
timestamp.hour+1,
|
||||
timestamp.hour,
|
||||
timestamp.minute,
|
||||
timestamp.second
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue