Skip to content

certificate: Print dates in ISO8601 format

Daiki Ueno requested to merge wip/dueno/iso8601-date into master

Printing dates in locale dependent format ("%x" with g_date_time_format) could be misleading when they ares shown in certificate fields. This changes the format to "%F" (i.e., YYYY-MM-DD) for clarity.

Fixes: #87 (closed)

Merge request reports