mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-24 04:21:13 +00:00
Added tweet_timezone ro toml file
This commit is contained in:
parent
95ef8929dd
commit
6ad4219e93
|
@ -40,6 +40,12 @@ footer = ""
|
||||||
# Default is "" (tweet timestamp is not displayed)
|
# Default is "" (tweet timestamp is not displayed)
|
||||||
tweet_time_format = ""
|
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
|
# Do not add reference to "Original tweet" on toots
|
||||||
# default is false
|
# default is false
|
||||||
remove_original_tweet_ref = false
|
remove_original_tweet_ref = false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user