From e4f8edce991ce9ee436bce0e1cf81bb6c9c07066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 15 Mar 2019 02:19:33 +0100 Subject: [PATCH] Datetime fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9074263..526edb9 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,8 @@ import pytz ```python >>> dt = datetime.strptime('2015-05-14 23:39:00', '%Y-%m-%d %H:%M:%S') ``` + +#### Rest of the options: * **`'y'` - Year, 2 digits** * **`'b'` - Month, abbreviated name** * **`'B'` - Month, full name**