I want to convert a datestring to date in UTC . In addition need to compare this date with current time in UTC and get the difference in milliseconds in python.
I looked at python timedelta tzinfo time date datetime
But all of them seem to be confusing , what the best way to solve my problem without using timezone library like pytz(but using only standard python library)
Is there way to convert and compare the date in milliseconds (integer format date) ?