{}

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →
run-icon
main.py
import datetime unix_timestamp = 1700000000 date_time = datetime.datetime.fromtimestamp(unix_timestamp) print(date_time.strftime('%d.%m.%Y %H:%M:%S'))
Output