def print_datetime_with_str(plugin, polled_time, prefix): six.print_(prefix + polled_time.strftime('%Y-%m-%d'), end='')