Skip to content

Commit 6b656d1

Browse files
Update readme [ci skip]
1 parent 936e307 commit 6b656d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ $ curl 'http://0.0.0.0:8080/me/123/birthdate?birthdate=2017-10-30'
4646
* **datetime.date** : `ex: ?birthdate=2017-10-30`
4747
* **List[str]** : `ex: ?words=you,me,them,we`
4848

49+
### Note about datetimes
50+
51+
Dates and datetimes are parsed without timezone information giving you a "naive datetime" object. See the note on [datetime.timestamp()](https://docs.python.org/3/library/datetime.html#datetime.datetime.timestamp) about handling timezones if you require epoch format timestamps.
52+
4953
### Important notice about decorators
5054

5155
The sequence of decorators is, as usual, important in Python.

0 commit comments

Comments
 (0)