Summarize By Date Python Module

CherryPy Status Metadata object class.

class pacifica.metadata.rest.reporting_queries.summarize_by_date.SummarizeByDate[source]

Retrieves a list of all transactions matching the search criteria.

static POST(*args, **kwargs)

Wrapper to connect and close connection to database.

static _canonicalize_dates(start_date, end_date)[source]
static _search_by_dates(object_type, object_id_list, start_date, end_date, time_basis)[source]
static _summarize_by_date(summary_block, item)[source]
static _summarize_upload_stats(upload_stats_block, transaction_info)[source]
static _update_transaction_info_block(info_block, item, t_info)[source]
exposed = True
static local_to_utc(local_datetime_obj)[source]

Return a TZ corrected datetime object.

static utc_to_local(utc_datetime_obj)[source]

Return a TZ corrected datetime object.