Python datetime module - GeeksforGeeks
https://www.geeksforgeeks.org/python-datetime-module17.11.2021 · The DateTime module is categorized into 6 main classes – date – An idealized naive date, assuming the current Gregorian calendar always was, and always will be, in effect. Its attributes are year, month and day. time – An idealized time, independent of any particular day, assuming that every day has exactly 24*60*60 seconds. Its attributes are hour, minute, second, …