Tag: python
-
Python Date Time Intro
This is a brief introduction to date and time in Python. Definitions Here are some commonly used terms: Greenwich Mean Time: abbreviated GMT. This was the zero offset timezone. It has now been superseded by Universal Coordinated Time (see next term) although the two terms are often used interchangeably. See Wikipedia. Coordinated Universal Time: abbreviated…