index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
datetime
/
test.ts
Age
Commit message (
Collapse
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-12
fix(std/datetime): partsToDate (#8553)
xiaoxintang
2020-12-11
chore: fixed various misspellings and other typos (#8691)
Anh Hong
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-10-26
Remove timezone dependent tests (#8131)
Ryan Dahl
2020-10-23
test(std/datetime): test datetime constants (#8068)
Eugen Cazacu
Fixes: #8067
2020-09-25
fix(std/datetime): add timezone to date strings in tests (#7675)
Tim Reichen
2020-09-24
fix(std/datetime):: 12 and 24 support (#7661)
Tim Reichen
2020-09-15
fix(std/datetime): timezone bug (#7466)
Tim Reichen
2020-09-14
fix typo miliseconds -> milliseconds (#7469)
tasshi / Masaharu TASHIRO
2020-08-27
test(std/datetime): port golang dayOfYear tests (#7105)
Tim Reichen
2020-08-18
refactor(std/datetime): remove currentDayOfYear (#7059)
Tim Reichen
2020-08-15
feat(std/datetime): generalise parser, add formatter (#6619)
Tim Reichen
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-14
refactor(std/datetime): improve weekOfYear (#6741)
Jesse Jackson
2020-07-09
feat(std/datetime): Added weekOfYear (#6659)
Jacob Gee-Clarke
2020-06-27
feat(std/datetime): add is leap and difference functions (#4857)
Ali Hasani
2020-04-28
BREAKING: remove overload of Deno.test() (#4951)
Bartek Iwańczuk
This commit removes overload of Deno.test() that accepted named function.
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-02-11
refactor: rewrite tests in std/ to use Deno.test (#3930)
Bartek Iwańczuk
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-16
fix: std/datetime toIMF bug (#3357)
Leo Chandra
2019-10-09
Move everything into std subdir
Ryan Dahl