I am a beginner in python and I have a function where I need to display the current date, time, month, year in the format, something similar to this.
Mon Jun 22 14:00:03 UTC 2020
I saw pre-defined datetime class but I am not sure how to utilize this class to derive the current date in this format (UTC).
Any help is much appreciated. Thanks in advance.