ID:2572752
 
Resolved
time2text() now takes another argument for the time zone. Additionally, client.timezone and world.timezone vars have been added.
Applies to:DM Language
Status: Resolved (514.1543)

This issue has been resolved.
Currently time2text() will convert eg, world.realtime (GMT timestamp) to the server's local timezone.

I would like the ability to create a formatted date/time string in GMT/UTC.

Optionally byond could expose the timezone offset byond uses for time2text() via something like world.timezone
world.timezone, client.timezone, and a third UTC offset argument for time2text() have been added to BYOND 514. This topic will be updated and closed on the first beta release.
Lummox JR resolved issue with message:
time2text() now takes another argument for the time zone. Additionally, client.timezone and world.timezone vars have been added.