1
0
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:
Kelly Brazil
2021-03-29 16:58:57 -07:00
parent e8847c998c
commit 1d76d96bcf

View File

@ -209,4 +209,8 @@ def parse_datetime_to_timestamp(data):
timestamp_obj['timestamp_naive'] = timestamp_naive
timestamp_obj['timestamp_utc'] = timestamp_utc
print(normalized_datetime)
print(timestamp_obj)
print()
return timestamp_obj