Second Life Residents come from all parts of the world, however something that divides us is timezones. I propose a feature that will help unify us in that regard, and that feature being a Timestamp URI extension. The proposed implementation would allow for URIs such as secondlife:///app/timestamp/<unix timestamp>?timezone=SLT&format=H:m:s . Where <unix timestamp> is the standardized Unix Timestamp integer, which is based off GMT. (LSL has the ability to fetch the Unix Timestamp) By default, it will display SLT time, but timezone can be specified to show local or other timezones, such as GMT . The viewer already has timezone capabilities in it. Format can be a constant of full , short , time , or date , or a custom formatting such as H:m:S following a specification such as that laid out by python's strftime , which I believe is also the same used by PHP and Perl. This would allow us to share time and dates, while ensuring Residents' privacy is respected, as we do not have to request a user's timezone information. Notably, Discord has this feature, and it is used extensively by users to coordinate meetings, online times, and other information. (See this gist for examples) For example, a user may put a timestamp in their profile to show that "I am online between <timestamp a> and <timestamp b>" which shows local time. Residents on Second Life would be able to do the same thing by using this URI Extension. Some example use cases: * Specifying the start of an event, such as SLB or a shopping event. * Specifying online times. * Specifying event log times in local time.