Summary
In this chapter, we have covered how to log user activity with MySQL for Python. We have seen:
The several data types for date and time that MySQL supports
When different data types should be used and with what format and range
The date and time functions that can be accessed through MySQL for Python
Frequently used functions for handling matters of date and time
In the next chapter, we will look at using aggregate functions in MySQL for Python.