summaryrefslogtreecommitdiff
path: root/std/datetime/mod.ts
AgeCommit message (Collapse)Author
2021-02-02chore: 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-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-12fix(std/datetime): partsToDate (#8553)xiaoxintang
2020-12-11chore: fixed various misspellings and other typos (#8691)Anh Hong
2020-09-15fix(std/datetime): timezone bug (#7466)Tim Reichen
2020-09-14fix typo miliseconds -> milliseconds (#7469)tasshi / Masaharu TASHIRO
2020-08-27test(std/datetime): port golang dayOfYear tests (#7105)Tim Reichen
2020-08-18refactor(std/datetime): remove currentDayOfYear (#7059)Tim Reichen
2020-08-15feat(std/datetime): generalise parser, add formatter (#6619)Tim Reichen
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-14refactor(std/datetime): improve weekOfYear (#6741)Jesse Jackson
2020-07-09feat(std/datetime): Added weekOfYear (#6659)Jacob Gee-Clarke
2020-06-27feat(std/datetime): add is leap and difference functions (#4857)Ali Hasani
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-03-31used native padStart/End where possible (#4537)Ondřej Žára
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-02-08remove non-null assertion operator from std (part2) (#3927)Yusuke Sakurai
2020-02-07remove non-null assertion operator from std (part1) (#3900)Yusuke Sakurai
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-16fix: std/datetime toIMF bug (#3357)Leo Chandra
2019-10-09Move everything into std subdirRyan Dahl