diff --git a/README.md b/README.md index 387cb1c..6aa0595 100644 --- a/README.md +++ b/README.md @@ -479,10 +479,9 @@ import pytz ### Now ```python - = D.today() # Current local date. - = DT.today() # Naive datetime from current local time. + = D/DT.today() # Current local date or naive datetime. = DT.utcnow() # Naive datetime from current UTC time. - = DT.now() # Aware datetime from current time. + = DT.now() # Aware datetime from current tz time. ``` ### Timezone