Modules§
Structs§
- Date
Time - Struct for holding the full date and time information.
- Time
Delta - TimeDelta struct to represent a time difference similar to Python’s timedelta.
Enums§
- Time
Zone - Enum for representing time zones with precomputed UTC offsets in seconds.
Functions§
- adjust_
second_ with_ timezone - calculate_
date_ since_ epoch - compute_
total_ seconds - days_
in_ month - Returns the number of days in a given month and year.
- is_
leap_ year - Determines if a given year is a leap year.
- now
- Returns the current date and time adjusted for the specified time zone.