File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Fast CLI world clock that displays time zone information using
8
8
[ tz database] to read valid [ tz entries] .
9
9
10
10
``` console
11
- $ twc -h -f test.txt
11
+ $ twc -h -f tz-small.conf
12
12
America/New York 2023-12-10 16:39:43 -0500
13
13
America/Los Angeles 2023-12-10 13:39:43 -0800
14
14
UTC 2023-12-10 21:39:43 +0000
@@ -61,9 +61,12 @@ Options:
61
61
-t Manually specify a tz database entry.
62
62
63
63
Files:
64
- ≈ /.config/twc/tz.conf
64
+ ~ /.config/twc/tz.conf
65
65
Stores valid tz database identifiers to be displayed by twc.
66
66
67
+ Examples:
68
+
69
+
67
70
See also:
68
71
time(3), strftime(3)
69
72
```
Original file line number Diff line number Diff line change
1
+ America/New_York
2
+ America/Los_Angeles
3
+ UTC
4
+ Europe/London
5
+ Europe/Paris
6
+ Asia/Tokyo
7
+ Australia/Sydney
Original file line number Diff line number Diff line change 1
- # tz.conf - entries from /usr/share/zoneinfo, VERSION 2023c
1
+ # tz.conf - /usr/share/zoneinfo, VERSION 2023c
2
2
3
3
Africa/Abidjan
4
4
Africa/Accra
You can’t perform that action at this time.
0 commit comments