Python
Write an awesome doc for Python. A very nice an practical one extracted from Python official documentation.
Date
Projects You Can Build
- A simple program that prints the current date and time in Tokyo, Hong Kong, New York, Sydney, and Singapore timezone.
- Print the timezone name after the date and time.
- A simple calendar app which allows you to schedule meetings in different timezones.
- Print the timezones supported by your app.
- Enable user to schedule a meeting in a specific timezone.
- Print the time of the meeting in the user’s local timezone and the target timezone.