import datetime DIFF_JST_FROM_UTC = 9 print(datetime.datetime.utcnow() + datetime.timedelta(hours=DIFF_JST_FROM_UTC))
To embed this project on your website, copy the following code and paste it into your website's HTML: