def PlanetDate(value): q = int(time.strftime(config.date_format_q_index(), value)) return time.strftime(config.date_format(), value).replace("%q", config.date_format_q()[q])
def PlanetDate(value): return time.strftime(config.date_format(), value)