Skip to content

Commit bff08be

Browse files
committed
Unhandled timestamp format
1 parent 05ff6b1 commit bff08be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/apptasticsoftware/rssreader/DateTime.java

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public static LocalDateTime toLocalDateTime(String dateTime) {
164164
* @param dateTime date time string
165165
* @return zoned date time object
166166
*/
167+
@SuppressWarnings("java:S3776")
167168
public static ZonedDateTime toZonedDateTime(String dateTime) {
168169
if (dateTime == null)
169170
return null;

0 commit comments

Comments
 (0)