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
As the title suggests, different regions have different time formats and time zones. I came up with this idea once while preparing a maintenance announcement.
Although it is possible to achieve this using [args], writing it that way is very cumbersome and not very flexible.
It would be great if there were new tags, such as [time], [date], or [datetime], where you could input a timestamp. Additionally, being able to configure the corresponding time format, time zone, and default settings in the Language Section would make it even better.
The text was updated successfully, but these errors were encountered:
Hey!
This is a nice suggestion, and especially the date/time format seems pretty easy to implement.
However, timezones might have a bit of a problem, since the same locale might have multiple timezones (a simple example is the USA). Additionally, other languages like Spanish are spoken in multiple countries around the world.
One way to "combat" this is to pick the most likely timezone for that language and make sure that is included in the message (so that most people get it correct, but some must do the conversion). Not sure if this is too convoluted (from a user experience perspective).
I'll give it a thought and implement it if I have time, likely on Triton v4.
Describe the Feature
As the title suggests, different regions have different time formats and time zones. I came up with this idea once while preparing a maintenance announcement.
Although it is possible to achieve this using
[args]
, writing it that way is very cumbersome and not very flexible.It would be great if there were new tags, such as
[time]
,[date]
, or[datetime]
, where you could input a timestamp. Additionally, being able to configure the corresponding time format, time zone, and default settings in the Language Section would make it even better.The text was updated successfully, but these errors were encountered: