zulip/tools/lib
aryanshridhar f92f99d92d dependencies: Replace moment.js with date-fns.
Replaced methods/functions of moment.js with date-fns library.
The motive was to replace it with a smaller frontend timezone library.

Date-fns ~ 11.51 kb
moment.js ~ 217.87 kb

Some of the format strings change because date-fns encodes them
differently from how moment did.

Fixes #16373.
2021-02-05 11:04:32 -08:00
..
__init__.py
capitalization.py python: Pre-fix a few spots for better Black formatting. 2020-09-03 17:51:09 -07:00
git-tools.bash tools: Give `require_clean_work_tree` our nice UI touches. 2020-04-06 17:52:10 -07:00
gitlint-rules.py lint: Migrate typing.Text check to semgrep. 2020-11-16 18:17:41 -08:00
html_branches.py python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
pretty_print.py python: Tweak some magic trailing commas to avoid Black bugs. 2020-09-03 17:51:09 -07:00
provision.py provision: Add provision support for Ubuntu 20.10(Groovy). 2021-02-05 09:30:34 -08:00
provision_inner.py dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
sanity_check.py sanity_check: Test for the virtualenv by its path. 2020-08-11 12:30:26 -07:00
template_parser.py lint: Migrate typing.Text check to semgrep. 2020-11-16 18:17:41 -08:00
test_script.py python: Convert more percent formatting to "".format. 2020-07-13 13:16:38 -07:00
test_server.py test_settings: Use TEST_EXTERNAL_HOST to override ‘testserver’ default. 2020-12-17 13:07:59 -08:00