mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-27 22:11:11 +00:00
changed default of tweet_timezone
This commit is contained in:
parent
6ad4219e93
commit
3af7c29b7f
|
@ -43,8 +43,8 @@ tweet_time_format = ""
|
||||||
# Specify the timezone that the timestamp on the tweet should be displayed in
|
# 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
|
# Use the `tz_identifier`from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
# example "Europe/Brussels"
|
# example "Europe/Brussels"
|
||||||
# default is UTC
|
# default is using the local timezone of the machine running the script
|
||||||
tweet_timezone = "UTC"
|
tweet_timezone = ""
|
||||||
|
|
||||||
# Do not add reference to "Original tweet" on toots
|
# Do not add reference to "Original tweet" on toots
|
||||||
# default is false
|
# default is false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user