Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 python 脚本的新手并且有一些任务。
我需要编写一个脚本,该脚本将对所有域发出 GET 请求,解析 EXPIRES_ON 日期,与当前日期进行比较,如果还剩不到一个月,则使用 POST 请求将其延长 1 年。
我唯一需要的是想出正确的解决方案来解析这个日期。有些人建议我用循环来做到这一点。有什么想法吗?
语言:蟒蛇
来源:dnsimple
日期示例:“expires_on”:“2022-01-25”