Showing posts with label UTC. Show all posts
Showing posts with label UTC. Show all posts

How to convert timestamp to UTC time


from datetime import datetime
import pytz

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