mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00

nsIX509CertValidity had a handful of APIs that would return formatted time values. Some of these APIs were unused, and the rest were prone to error due to platform differences. This patch simplifies this interface by removing those APIs and having callers perform their own formatting using the remaining APIs that return PRTime values. Differential Revision: https://phabricator.services.mozilla.com/D138363