In this post we will look at the common operations that are being performed on dates & time , converting a datetime from one timzone to another timezone. Common Operations: How to get the present datetime? In [189]: cdatetime = datetime.now() In [190]: cdatetime Out[190]: datetime.datetime(2009, 2, 17, 17, 34, 58, 407806) It returns the [...]
{ 9 comments }
