changed default of tweet_timezone

This commit is contained in:
jeancf 2023-07-11 11:44:22 +02:00
parent 6ad4219e93
commit 3af7c29b7f

View File

@ -43,8 +43,8 @@ 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"
# default is using the local timezone of the machine running the script
tweet_timezone = ""
# Do not add reference to "Original tweet" on toots
# default is false