diff --git a/src/date.rs b/src/date.rs index a88ac18..d6fe6e3 100644 --- a/src/date.rs +++ b/src/date.rs @@ -21,6 +21,7 @@ use format::{Item, DelayedFormat, StrftimeItems}; /// /// This type should be considered ambiguous at best, /// due to the inherent lack of precision required for the time zone resolution. +/// For serialization and deserialization uses, it is best to use `NaiveDate` instead. /// There are some guarantees on the usage of `Date`: /// /// - If properly constructed via `TimeZone::ymd` and others without an error,