certificate: Print dates in ISO8601 format
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)