summaryrefslogtreecommitdiffstats
path: root/openpgp/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/lib.rs')
-rw-r--r--openpgp/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index 84dc6847..01b059f2 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -390,7 +390,7 @@ pub struct Literal {
pub filename: Option<Vec<u8>>,
/// A four-octet number that indicates a date associated with the
/// literal data.
- pub date: u32,
+ pub date: time::Tm,
}
/// Holds a compressed data packet.