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