From 102ee8aaf4e61c32b822eba934f0f90b8d90f058 Mon Sep 17 00:00:00 2001 From: Haruko Takeda <73113316+HarukoTakeda@users.noreply.github.com> Date: Mon, 19 Oct 2020 20:10:38 +0800 Subject: [PATCH] change date format --- .../com/hippo/ehviewer/client/parser/GalleryDetailParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/hippo/ehviewer/client/parser/GalleryDetailParser.java b/app/src/main/java/com/hippo/ehviewer/client/parser/GalleryDetailParser.java index bf16be46..114409f7 100644 --- a/app/src/main/java/com/hippo/ehviewer/client/parser/GalleryDetailParser.java +++ b/app/src/main/java/com/hippo/ehviewer/client/parser/GalleryDetailParser.java @@ -77,7 +77,7 @@ public class GalleryDetailParser { private static final GalleryTagGroup[] EMPTY_GALLERY_TAG_GROUP_ARRAY = new GalleryTagGroup[0]; private static final GalleryCommentList EMPTY_GALLERY_COMMENT_ARRAY = new GalleryCommentList(new GalleryComment[0], false); - private static final DateFormat WEB_COMMENT_DATE_FORMAT = new SimpleDateFormat("dd MMMMM yyyy, HH:mm z", Locale.US); + private static final DateFormat WEB_COMMENT_DATE_FORMAT = new SimpleDateFormat("dd MMMMM yyyy, HH:mm", Locale.US); private static final String OFFENSIVE_STRING = "
(And if you choose to ignore this warning, you lose all rights to complain about it in the future.)
"; private static final String PINING_STRING = -- GitLab