You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the proprietary software product that Revolt may or may not be inspired by, there's a way to specify date and time values that are automagically converted to the local time zone of the user who is reading the message. This includes various flags for the desired format of date and/or time including a countdown. I'd love to have something like this in Revolt.
Basically if you type <t:unixtimestamp> it gets replaced by the localized date and time representation based on the locale of the user reading the message. unixtimestamp needs to be replaced with the integer that represents the desired Unix timestamp, of course.
In the proprietary software product that Revolt may or may not be inspired by, there's a way to specify date and time values that are automagically converted to the local time zone of the user who is reading the message. This includes various flags for the desired format of date and/or time including a countdown. I'd love to have something like this in Revolt.
Basically if you type
<t:unixtimestamp>
it gets replaced by the localized date and time representation based on the locale of the user reading the message.unixtimestamp
needs to be replaced with the integer that represents the desired Unix timestamp, of course.Further reading in the "official" docs
The text was updated successfully, but these errors were encountered: