import datetime

DIFF_JST_FROM_UTC = 9
print(datetime.datetime.utcnow() + datetime.timedelta(hours=DIFF_JST_FROM_UTC))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: