❮ timer
❯
datetime
- Current date and time datetime now
- Converting string to datetime (parsing date and time string)
- Parse datetime string with and without timezone information
- datetime fromisoformat
- date fromisoformat (only date, no time)
- datetime arithmeticis (subtract)
- Timezone aware datetime
- datetime arithmeticis (compare, sort)
- datetime arithmeticis (addition)
- Rounding datetime object to nearest second (removing microseconds)
- Rounding datetime object to date (removing hours, minutes, seconds)
- Convert datetime object to date object
- Convert datetime object to time object
- Today (date)