Added tweet_timezone ro toml file

This commit is contained in:
jeancf 2023-07-11 11:38:37 +02:00
parent 95ef8929dd
commit 6ad4219e93

View File

@ -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