2023-09-20 23:52:54 +00:00
|
|
|
---
|
|
|
|
title: "calcurse"
|
|
|
|
tags: [ "data", "calendar", "daylight savings" ]
|
|
|
|
---
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
2025-02-12 21:50:27 +00:00
|
|
|
The UK government keeps an `ics` file with clock.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
wget https://www.gov.uk/when-do-the-clocks-change/united-kingdom.ics
|
|
|
|
calcurse -i united-kingdom.ics
|
|
|
|
```
|
2023-09-20 23:52:54 +00:00
|
|
|
|