customers.py 文件源码

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

项目:MultiMAuS 作者: lmzintgraf 项目源码 文件源码
def get_local_datetime(self):
        # convert global to local date (first add global timezone info, then convert to local)
        local_datetime = self.model.curr_global_date
        local_datetime = local_datetime.astimezone(timezone(country_timezones(self.country)[0]))
        return local_datetime
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号