Showing posts with label pytz. Show all posts
Showing posts with label pytz. Show all posts

How to convert timestamp to UTC time


from datetime import datetime
import pytz

datetime.fromtimestamp(1563396127, tz=pytz.utc)