Tag: python datetime
Python
We will learn How to get current time of a timezone using pytZ module, get current time using datetime object and by using the Time module in Python.
Read More Python
We will learn how to get the current date and time in python. How to get datetime for a specific timezone and formatting of datetime object.
Read More Python
We will learn how to convert string to a datetime object in Python? We will also discuss the use of strptime along with some examples.
Read More Python
We will learn how strftime works in Python? We will discuss the use of strftime and discuss some examples to understand the use of strftime better.
Read More