Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Fix the data format string to include minutes. #285

Merged
merged 1 commit into from Feb 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -70,7 +70,7 @@ public class IndexResource
private final UIContext context;

private static final int MAX_PATH = 50;
private static final String DATE_FORMAT_STR = "MM/dd/yyyy-HH:ss";
private static final String DATE_FORMAT_STR = "MM/dd/yyyy-HH:mm:ss";

public IndexResource(@Context ContextResolver<UIContext> resolver)
{
Expand Down