Fixed logs time issue

This commit is contained in:
Juan Gilsanz Polo 2022-11-05 02:44:48 +01:00
parent 98f7613fe3
commit 13004ce78f

View file

@ -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
);