Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 729 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 729 Bytes

Date-Time

Learn DateTime module
It's easy to learn as is the default module by Python.

Advantage of Learing DateTime Module:

This module will help you to create a schedule planner or set your reminder. Basically you can build your own Google Calender
using this module. I just created this repo for looking into a demo what crazy sort of things one can do.
You can also look for time zones that you want to.

Install

pip install DateTime
pip install pytz

All the Best!
Keep Larning good stuff!

Quick Alternative of DateTime:

You can use maya instead of using DateTime module. Delorean, Arrow, & Pendulum are some of the other modules that can be used.