resource.py 文件源码

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

项目:odoo-payroll 作者: vertelab 项目源码 文件源码
def _tz_get(self):
    # put POSIX 'Etc/*' entries at the end to avoid confusing users - see bug 1086728
    return [(tz,tz) for tz in sorted(pytz.all_timezones, key=lambda tz: tz if not tz.startswith('Etc/') else '_')]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号