Package: undertime
Version: 1.1.0
Severity: minor

There is some indentation of highlighted times but only with some
timezones. It seems to happen only when printing a long timezone name
in the header.

$ undertime --no-default-zone Europe/Amsterdam 
┌──────────────────┐
│ Europe/Amsterdam │
├──────────────────┤
│       17:00      │
│      18:00       │
│      19:00       │
│      20:00       │
│      21:00       │
│      22:00       │
│      23:00       │
│      00:00       │
│      01:00       │
│      01:17       │
│      02:00       │
│      03:00       │
│      04:00       │
│      05:00       │
│      06:00       │
│      07:00       │
│      08:00       │
│       09:00      │
│       10:00      │
│       11:00      │
│       12:00      │
│       13:00      │
│       14:00      │
│       15:00      │
│       16:00      │
└──────────────────┘
$ TZ=Europe/Amsterdam undertime
┌───────┐
│  CET  │
├───────┤
│ 00:00 │
│ 01:00 │
│ 01:19 │
│ 02:00 │
│ 03:00 │
│ 04:00 │
│ 05:00 │
│ 06:00 │
│ 07:00 │
│ 08:00 │
│ 09:00 │
│ 10:00 │
│ 11:00 │
│ 12:00 │
│ 13:00 │
│ 14:00 │
│ 15:00 │
│ 16:00 │
│ 17:00 │
│ 18:00 │
│ 19:00 │
│ 20:00 │
│ 21:00 │
│ 22:00 │
│ 23:00 │
└───────┘
$ undertime --no-default-zone CET
┌───────┐
│  CET  │
├───────┤
│ 17:00 │
│ 18:00 │
│ 19:00 │
│ 20:00 │
│ 21:00 │
│ 22:00 │
│ 23:00 │
│ 00:00 │
│ 01:00 │
│ 01:21 │
│ 02:00 │
│ 03:00 │
│ 04:00 │
│ 05:00 │
│ 06:00 │
│ 07:00 │
│ 08:00 │
│ 09:00 │
│ 10:00 │
│ 11:00 │
│ 12:00 │
│ 13:00 │
│ 14:00 │
│ 15:00 │
│ 16:00 │
└───────┘
$ undertime --no-default-zone Australia/Perth
┌─────────────────┐
│ Australia/Perth │
├─────────────────┤
│      00:00      │
│      01:00      │
│      02:00      │
│      03:00      │
│      04:00      │
│      05:00      │
│      06:00      │
│      07:00      │
│      08:00      │
│      08:17      │
│      09:00      │
│      10:00      │
│      11:00      │
│      12:00      │
│      13:00      │
│      14:00      │
│      15:00      │
│      16:00      │
│      17:00      │
│      18:00      │
│      19:00      │
│      20:00      │
│      21:00      │
│      22:00      │
│      23:00      │
└─────────────────┘
$ TZ=Australia/Perth undertime
┌───────┐
│  AWST │
├───────┤
│ 00:00 │
│ 01:00 │
│ 02:00 │
│ 03:00 │
│ 04:00 │
│ 05:00 │
│ 06:00 │
│ 07:00 │
│ 08:00 │
│ 08:20 │
│ 09:00 │
│ 10:00 │
│ 11:00 │
│ 12:00 │
│ 13:00 │
│ 14:00 │
│ 15:00 │
│ 16:00 │
│ 17:00 │
│ 18:00 │
│ 19:00 │
│ 20:00 │
│ 21:00 │
│ 22:00 │
│ 23:00 │
└───────┘
$ count=0 ; for TZ in ** ; do set -- "$@" "$TZ" ; count=$((count+1)) ; if [ 
$count -eq 5 ] ; then undertime "$@" ; count=0 ; set -- ; fi ; done
<lots>

-- System Information:
Debian Release: buster/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), 
LANGUAGE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages undertime depends on:
ii  python3                 3.6.4-1
ii  python3-parsedatetime   2.4-2
ii  python3-termcolor       1.1.0-1
ii  python3-terminaltables  3.1.0-2
ii  python3-tz              2018.3-2

undertime recommends no packages.

undertime suggests no packages.

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to