Skip to content

Commit

Permalink
完善forat_time
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-code committed Jun 18, 2021
1 parent 657dd97 commit a828e05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion feapder/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.3
1.5.4
7 changes: 7 additions & 0 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@

date = tools.format_time("昨天 3:10")
print(date)

date = tools.format_time("2021-11-5 14:18:10")
print(date)


date = tools.format_time("1 年前")
print(date)

0 comments on commit a828e05

Please sign in to comment.