getDateString

dorado.getDateString(self, epoch, utc=None)[source] [edit on github]

getDateString computes the date string for the given ceres object. ceres time is represented in UTC while datestring is represented in local time. A UTC offset must be provided either by self.UTCoffest or by the utc arguement.

Parameters:
crstr

the ceres object key to get the date string for.

utc: float

utc offset to apply to the date string. Default is None.

Returns: