mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
debug windows issue
This commit is contained in:
@ -209,4 +209,8 @@ def parse_datetime_to_timestamp(data):
|
|||||||
timestamp_obj['timestamp_naive'] = timestamp_naive
|
timestamp_obj['timestamp_naive'] = timestamp_naive
|
||||||
timestamp_obj['timestamp_utc'] = timestamp_utc
|
timestamp_obj['timestamp_utc'] = timestamp_utc
|
||||||
|
|
||||||
|
print(normalized_datetime)
|
||||||
|
print(timestamp_obj)
|
||||||
|
print()
|
||||||
|
|
||||||
return timestamp_obj
|
return timestamp_obj
|
||||||
|
Reference in New Issue
Block a user