djblets.util.dates¶
Utilities for working with dates.
- http_date(timestamp)¶
A wrapper around Django’s http_date that accepts DateFields and datetime objects directly.
- get_latest_timestamp(timestamps)¶
Returns the latest timestamp in a list of timestamps.
- get_tz_aware_utcnow()¶
Returns a UTC aware datetime object