import datetime
 
current_time = datetime.datetime.now()

print("Time now at greenwich meridian is:", current_time)