Skip to content

Remove duplicate moment #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove duplicate moment
删除重复的 `moment` 介绍
  • Loading branch information
赵佳星 authored Aug 15, 2021
commit 01231d91f76c2ec775b97d0898b71c0ee89f3c65
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
* [dateutil](https://pypi.python.org/pypi/python-dateutil):Python datetime 模块的扩展。
* [delorean](https://github.com/myusuf3/delorean/):解决 Python 中有关日期处理的棘手问题的库。
* [maya](https://github.com/kennethreitz/maya):人性化的时间处理库。
* [moment](https://github.com/zachwill/moment):一个用来处理时间和日期的 Python 库。灵感来自于 Moment.js。
* [pendulum](https://github.com/sdispater/pendulum):一个比 arrow 更具有明确的,可预测的行为的时间操作库。
* [PyTime](https://github.com/shinux/PyTime):一个简单易用的 Python 模块,用于通过字符串来操作日期/时间。
* [pytz](https://launchpad.net/pytz):现代以及历史版本的世界时区定义。将时区数据库引入 Python。
Expand Down