From 6ad4219e93672a94ef30b20cc3261cdab8c30aa7 Mon Sep 17 00:00:00 2001 From: jeancf Date: Tue, 11 Jul 2023 11:38:37 +0200 Subject: [PATCH] Added tweet_timezone ro toml file --- default.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.toml b/default.toml index c01b268..d4f024c 100644 --- a/default.toml +++ b/default.toml @@ -40,6 +40,12 @@ footer = "" # Default is "" (tweet timestamp is not displayed) tweet_time_format = "" +# Specify the timezone that the timestamp on the tweet should be displayed in +# Use the `tz_identifier`from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +# example "Europe/Brussels" +# default is UTC +tweet_timezone = "UTC" + # Do not add reference to "Original tweet" on toots # default is false remove_original_tweet_ref = false