How to perform 'Format Timestamp' in Python.
# Task: Format Timestamp
# Language: Python
def format_timestamp():
# Implementation for Format Timestamp
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Format Timestamp
print('Done')