schrodinger.application.job_monitor.util module

schrodinger.application.job_monitor.util.convert_to_local_timezone(utc_epoch_time)[source]

Return the local timezone datetime object for the UTC epoch time.

Parameters

utc_epoch_time (float) – UTC epoch time

Return type

datetime.datetime

schrodinger.application.job_monitor.util.is_same_day(local_datetime)[source]

Check whether the local datetime is of the the current day.

Return type

bool

schrodinger.application.job_monitor.util.get_current_utc_timestamp()[source]

Return the UTC current epoch time.

Return type

float