From ce969e256cfb536e900e37f71a4a394c83c39b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 15 Mar 2019 03:33:39 +0100 Subject: [PATCH] Datetime fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 802def8..e0a4e6e 100644 --- a/README.md +++ b/README.md @@ -499,8 +499,8 @@ import pytz = D/DT.fromordinal() # D/DT from days since Christ. = DT.fromtimestamp(, ) # Aware DT from seconds since Epoch in tz time. ``` -* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...** * **ISO strings come in following forms: `'YYYY-MM-DD'`, `'HH:MM:SS.ffffff[+]'`, or both separated by `'T'`.** +* **On Unix systems Epoch is `'1970-01-01 00:00 UTC'`, `'1970-01-01 01:00 CET'`, ...** ### Decode ```python