1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

doc updates

This commit is contained in:
Kelly Brazil
2021-03-24 12:47:57 -07:00
parent 0701e65e97
commit c762de29c6
2 changed files with 32 additions and 2 deletions

View File

@ -100,8 +100,8 @@ def parse_datetime_to_timestamp(data):
Dict/None A Dictionary of the following format:
{
"format": integer,
"timestamp_naive": integer,
"format": integer, # for debugging purposes
"timestamp_naive": integer, # timestamp based on locally configured timezone
"timestamp_utc": integer # aware timestamp only if UTC timezone detected
}