buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.91k stars 79 forks source link

Make use of absolute time configurable for timeline #93

Closed timofurrer closed 8 years ago

timofurrer commented 8 years ago

Use an absolute datetime for tweet timestamp in timeline per default as suggested in #90 Make relative timestamps configurable with use_rel_datetime.

buckket commented 8 years ago

Your whole commit is based around the fact that showing absolute time is the default behaviour. I’d rather keep it the other way round, i.e. keep the relative representation the default. So the setting should be called use_abs_time.

timofurrer commented 8 years ago

Default is now relative timestamps.