This commit is contained in:
Pete Matsyburka
2025-05-01 00:14:04 +03:00
parent e5f7739952
commit 231177f057
+1
View File
@@ -52,6 +52,7 @@ module Submissions
OpenSSL::Timestamp::Response.new(response.body).token.to_der
rescue StandardError => e
Rollbar.error(e) if defined?(Rollbar)
Rails.logger.error(e)
OpenSSL::ASN1::GeneralizedTime.new(Time.now.utc).to_der
end