challenge_tags.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:ctf-manager 作者: BurningNetel 项目源码 文件源码
def join_time(user, challenge):
    try:
        join_dt = challenge.get_join_time(user)
        if join_dt:
            return "You started solving this challenge on %s." % date_format(join_dt, 'SHORT_DATETIME_FORMAT', True)
        return ''
    except Solver.DoesNotExist:
        return ''
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号