diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-15 18:01:08 -0500 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-15 18:01:08 -0500 |
| commit | 979739e929103dd68f942238303a218296cc90d7 (patch) | |
| tree | 88e1dcb15b0ec78a0ed7b32dad7c124a543d276e /src/kdm.cc | |
| parent | c01716ccab4ddc5c026ee2a02ae3b367049362e3 (diff) | |
Fix tm_to_string to use local timezone on all platforms. Some comments.
Diffstat (limited to 'src/kdm.cc')
| -rw-r--r-- | src/kdm.cc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ KDM::KDM (boost::filesystem::path kdm, boost::filesystem::path private_key) RSA_free (rsa); } +/** @param not_valid_before KDM not-valid-before time in local time. + * @param not_valid_after KDM not-valid-after time in local time. + */ KDM::KDM ( shared_ptr<const CPL> cpl, shared_ptr<const Signer> signer, shared_ptr<const Certificate> recipient_cert, boost::posix_time::ptime not_valid_before, boost::posix_time::ptime not_valid_after, |
