agl / xmpp-client

An XMPP client with OTR support
BSD 3-Clause "New" or "Revised" License
365 stars 71 forks source link

Shorten timestamp for received messages to not include timezone or year. #61

Closed isislovecruft closed 10 years ago

isislovecruft commented 10 years ago

It annoyed me that half the width of my terminal was being repetitively used to tell me way too much info about the time a message was received.

agl commented 10 years ago

Thanks! I switched to using the standard time.Stamp, which is very close ("Jan _2 15:04:05").