tvl-depot/third_party
Vincent Ambo 8082d87da3 feat(third_party/git/date): add "dottime" format
Adds dottime (as defined on https://dotti.me) as a timestamp format.

This format is designed to simplify working with timestamps across
many different timezones by keeping the timestamp format itself in
UTC (and indicating this with a dot character), but appending the
local offset.

This is implemented as a new format because the timestamp needs to be
rendered both as UTC and including the offset, an implementation using
a strftime formatting string is not sufficient.
2020-01-11 23:43:50 +00:00
..
cgit merge(third_party/cgit): Import at master of 2020-01-11 2020-01-11 23:31:05 +00:00
emacs chore(emacs): Move carp-mode to third-party 2019-12-15 20:55:46 +00:00
git feat(third_party/git/date): add "dottime" format 2020-01-11 23:43:50 +00:00
gopkgs chore(third_party/gopkgs): Add Google Maps API client & deps 2020-01-05 21:08:33 +00:00
lieer feat(third_party/lieer): Introduce configuration for OAuth client 2019-12-26 15:01:21 +01:00
lisp feat(third_party/lisp): Add derivation for cl-ansi-text 2020-01-10 00:38:35 +00:00
naersk chore(third_party): Bump naersk 2019-12-16 03:14:21 +00:00
nixery feat(third_party/nixery): Add OpenSSH to Nixery image 2019-12-18 17:54:29 +00:00
notmuch feat(third_party/notmuch): Patch notmuch to render time as dottime 2019-12-27 19:18:00 +01:00
ormolu fix(third_party): Shuffle code around to be compatible with readTree 2019-12-09 03:18:27 +00:00
telega feat(emacs): Add telega.el support 2019-12-19 14:48:22 +00:00
terraform-gcp fix(third_party): Shuffle code around to be compatible with readTree 2019-12-09 03:18:27 +00:00
default.nix feat(buildLisp): Implement dependency loading & propagation 2020-01-08 18:40:53 +00:00
README.md docs(third_party): Add README 2019-06-29 14:12:38 +01:00

Third-Party Code

Code under this folder is one of the following:

  1. Externally developed dependencies which have been imported ("vendored") into this repository. These dependencies come with their own licenses and whatever else.

  2. Code that is developed inside of this repository, but released to an external repository via Copybara.