summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/timestamp.rs
AgeCommit message (Expand)Author
2020-03-27openpgp: Implement fmt::Display for Timestamp, improve fmt::Debug.Justus Winter
2020-03-18openpgp: Add a conversion from Timestamp to Option<SystemTime>.Neal H. Walfield
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-11openpgp: New function to normalize SystemTime.Justus Winter
2020-02-10openpgp: Add Timestamp::MAX.Neal H. Walfield
2020-02-09openpgp: Provide some convenient constants.Neal H. Walfield
2020-02-06openpgp: Fix name of setter.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-15openpgp: Add application example for Timestamp::round_down.Justus Winter
2020-01-15openpgp: Implement addition and subtraction of durations.Justus Winter
2020-01-08openpgp: Add convenience functions for masking timestamps.Justus Winter
2019-12-03openpgp: Add two new types, Timestamp and Duration.Justus Winter