Created
October 22, 2020 04:52
-
-
Save sorz/24cb1bf4564416f220d6d180ca4430ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 27f9a671..1f541301 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 | |
@@ -73,7 +73,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); | |
static { | |
WEB_COMMENT_DATE_FORMAT.setTimeZone(TimeZone.getTimeZone("UTC")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment