20161122 2103 CZL
install pytz
Python Tutorial: Datetime Module - How to work with Dates, Times, Timedeltas, and Timezones https://www.youtube.com/watch?v=eirjjyP2qcQ
import datetime
import pytz
for tz in pytz.all_timezones:
print (tz)
https://www.youtube.com/watch?v=t7x7c-x90FU
Angular JS vs. Node.js