From 5d6fa986303532c313ef6924e8b0ddf2e535db71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 19:43:09 +0100 Subject: [PATCH] Random --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5219337..2b643f4 100644 --- a/README.md +++ b/README.md @@ -377,9 +377,6 @@ now = datetime.datetime.now() now.month # 3 now.strftime('%Y%m%d') # '20180315' now.strftime('%Y%m%d%H%M%S') # '20180315002834' -``` - -```python = datetime.strptime('2015-05-12 00:39', '%Y-%m-%d %H:%M') ```