From 335e35a2174a0cc9eff3e45bf27cc669f14038c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 15 Mar 2019 01:25:45 +0100 Subject: [PATCH] Datetime fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb02761..3d30cc2 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ import pytz = .isoformat() # 'YYYY-MM-DD', 'HH:MM:SS.ffffff[+]' or both. = .strftime('') # Returns customized string representation. = .toordinal() # Returns days since Christ ignoring time and timezone. - =
.timestamp() # Returns seconds since Epoch in local time or if set. + =
.timestamp() # Returns seconds since Epoch in local time or tz if set. ``` ### Format