Address review comments

pull/1361/head
Stypox 2025-10-05 14:13:46 +02:00
rodzic 393e811470
commit 97957250aa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4BDF1B40A49FDD23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -291,7 +291,7 @@ public class YoutubeStreamInfoItemLockupExtractor implements StreamInfoItemExtra
}
try {
// As we request a UTC offset of 0 minutes, we get the UTC data
// As we request a UTC offset of 0 minutes, we get the UTC date
return new DateWrapper(OffsetDateTime.of(LocalDateTime.parse(
premiereDate, PREMIERES_DATE_FORMATTER), ZoneOffset.UTC));
} catch (final DateTimeParseException e) {