From the category archives:

datetime

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 [...]

{ 7 comments }