Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6baac47 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Display longer date string in certificate information"

parents 32bd2ea5 2b47e744
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,6 +506,6 @@ public class SslCertificate {
        if (certificateDate == null) {
            return "";
        }
        return DateFormat.getDateFormat(context).format(certificateDate);
        return DateFormat.getMediumDateFormat(context).format(certificateDate);
    }
}