From efefcddef7d7864148dbd5e4c1d2009fc7b1ac70 Mon Sep 17 00:00:00 2001 From: "J. Cliff Dyer" Date: Fri, 18 Dec 2020 10:07:30 -0500 Subject: [PATCH] Document #293 in feature description --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a00b291e3..3f9a081ef 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,8 @@ //! - `local-offset` (_implicitly enables `std`_) //! //! This feature enables a number of methods that allow obtaining the system's -//! UTC offset. +//! UTC offset. The methods enabled by this feature currently always return +//! Err results on unix platforms. See #293 for details. //! //! - `large-dates` //!