How the tz database works (2020)

48 pointsposted 4 days ago
by jumbosushi

6 Comments

chaidhat

2 hours ago

Took a class with professor Paul Eggert at UCLA, the person who maintains this db. Super chill dude. In his exams, he makes sure to add a question he doesn't know the answer to himself.

wodenokoto

3 hours ago

Is the author using `/ #` as the prompt string? I find the commandline sections hard to read.

johannes1234321

3 hours ago

If you look at the first command - there he switches into a docker container, where archlinux seems to use that as root prompt.

arccy

3 hours ago

sounds reasonable: `#` is the standard prompt marker when you're root, `/` is the path they're currently at.