Rename "diff" column to "until"

This commit is contained in:
gg 2023-07-27 08:34:54 -07:00
parent 49abaafc6b
commit e7bbe67c19
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function main()
zone = localzone()
s = WeatherNews.get_schedule()
pretty_table(s,
header=["caster", "title", "Asia/Tokyo", zone.name, "diff"],
header=["caster", "title", "Asia/Tokyo", zone.name, "until"],
formatters=WeatherNews.fmt)
localtime = now(localzone())
japantime = now(tz"Asia/Tokyo")